freebsd-ports/multimedia/xine/files/patch-src:xitk:setup.c
2004-12-30 00:42:38 +00:00

16 lines
790 B
C

--- src/xitk/setup.c.orig Thu Dec 16 06:10:46 2004
+++ src/xitk/setup.c Thu Dec 30 04:46:48 2004
@@ -34,9 +34,9 @@
extern gGui_t *gGui;
-static char *fontname = "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*";
-static char *boldfontname = "-*-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*";
-static char *tabsfontname = "-*-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*";
+static char *fontname = "-*-*-medium-r-normal-*-10-*-*-*-*-*-*-*";
+static char *boldfontname = "-*-*-bold-r-normal-*-10-*-*-*-*-*-*-*";
+static char *tabsfontname = "-*-*-bold-r-normal-*-12-*-*-*-*-*-*-*";
#define WINDOW_WIDTH 500
#define WINDOW_HEIGHT 500