freebsd-ports/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont

36 lines
1.2 KiB
Text
Raw Normal View History

--- xmms/main.c~ Fri Jun 22 15:36:14 2001
+++ xmms/main.c Fri Jun 22 15:39:22 2001
@@ -323,8 +323,8 @@
cfg.sticky = FALSE;
cfg.always_show_cb = TRUE;
cfg.convert_underscore = TRUE;
- cfg.convert_twenty = TRUE;
- cfg.show_numbers_in_pl = TRUE;
+ cfg.convert_twenty = FALSE;
+ cfg.show_numbers_in_pl = FALSE;
cfg.snap_windows = TRUE;
cfg.save_window_position = TRUE;
cfg.dim_titlebar = TRUE;
@@ -336,7 +336,8 @@
cfg.no_playlist_advance = FALSE;
cfg.smooth_title_scroll = TRUE;
cfg.random_skin_on_play = FALSE;
- cfg.mainwin_use_xfont = FALSE;
+ cfg.mainwin_use_xfont = TRUE;
+ cfg.use_fontsets = TRUE;
cfg.playlist_x = 295;
cfg.playlist_y = 20;
@@ -482,9 +483,9 @@
cfg.mainwin_font = NULL;
}
if (cfg.playlist_font == NULL)
- cfg.playlist_font = g_strdup("-adobe-helvetica-bold-r-*-*-10-*");
+ cfg.playlist_font = g_strdup("-adobe-helvetica-bold-r-*-*-10-*,-*-bold-r-*-big5-0");
if (cfg.mainwin_font == NULL)
- cfg.mainwin_font = g_strdup("-adobe-helvetica-medium-r-*-*-8-*");
+ cfg.mainwin_font = g_strdup("-adobe-helvetica-medium-r-*-*-8-*,-*-medium-r-*-big5-0");
if (cfg.gentitle_format == NULL)
cfg.gentitle_format = g_strdup("%p - %t");
if (cfg.outputplugin == NULL)