View | Details | Raw Unified | Return to bug 11975
Collapse All | Expand All

(-)qiv-2.1-pre12/main.c (-4 / +4 lines)
Lines 34-39 Link Here
34
  // [as] workaround for problem with X composite extension
34
  // [as] workaround for problem with X composite extension
35
  putenv("XLIB_SKIP_ARGB_VISUALS=1");
35
  putenv("XLIB_SKIP_ARGB_VISUALS=1");
36
36
37
  gtk_set_locale();
37
/*
38
/*
38
  // [as] thinks that this is not portable enough
39
  // [as] thinks that this is not portable enough
39
  // [lc]
40
  // [lc]
Lines 72-78 Link Here
72
73
73
  qiv_main_loop = g_main_new(TRUE);
74
  qiv_main_loop = g_main_new(TRUE);
74
  cmap = gdk_colormap_get_system();
75
  cmap = gdk_colormap_get_system();
75
  text_font = gdk_font_load(STATUSBAR_FONT);
76
  text_font = gdk_fontset_load(STATUSBAR_FONT);
76
  screen_x = gdk_screen_width();
77
  screen_x = gdk_screen_width();
77
  screen_y = gdk_screen_height();
78
  screen_y = gdk_screen_height();
78
diff -urN qiv-2.1-pre12/Makefile qiv-2.1-pre12-locale/Makefile
79
diff -urN qiv-2.1-pre12/Makefile qiv-2.1-pre12-locale/Makefile
79
-- qiv-2.1-pre12/Makefile      2007-04-25 04:52:39 +0400
80
++ qiv-2.1-pre12-locale/Makefile       2007-06-29 17:57:46 +0400
Lines 7-13 Link Here
7
PREFIX = /usr/local
7
PREFIX = /usr/local
8
8
9
# Font to use for statusbar in fullscreen mode
9
# Font to use for statusbar in fullscreen mode
10
STATUSBAR_FONT = "fixed"
10
STATUSBAR_FONT = "-*-fixed-*"
11
11
12
# Cursor to use on qiv windows - see
12
# Cursor to use on qiv windows - see
13
# /usr/X11R6/include/X11/cursorfont.h for more choices.
13
# /usr/X11R6/include/X11/cursorfont.h for more choices.
14
-

Return to bug 11975