freebsd-ports/emulators/dtcyber/files/patch-window_x11.c
Alexander Botero-Lowry f7749bb96b Add dtcyber 2.0b1, desktop CYBER Emulator.
PR:		ports/102820
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
Approved by:	novel (mentor)
2006-09-17 05:00:47 +00:00

16 lines
722 B
C

--- window_x11.c.orig Sun Sep 3 16:44:07 2006
+++ window_x11.c Sun Sep 3 16:44:16 2006
@@ -354,9 +354,9 @@
/*
** Load three Cyber fonts.
*/
- hSmallFont = XLoadFont(disp, "-*-lucidatypewriter-medium-*-*-*-10-*-*-*-*-*-*-*\0");
- hMediumFont = XLoadFont(disp, "-*-lucidatypewriter-medium-*-*-*-14-*-*-*-*-*-*-*\0");
- hLargeFont = XLoadFont(disp, "-*-lucidatypewriter-medium-*-*-*-24-*-*-*-*-*-*-*\0");
+ hSmallFont = XLoadFont(disp, "-*-fixed-medium-*-*-*-10-*-*-*-*-*-*-*\0");
+ hMediumFont = XLoadFont(disp, "-*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*\0");
+ hLargeFont = XLoadFont(disp, "-*-fixed-medium-*-*-*-24-*-*-*-*-*-*-*\0");
/*
** Setup fore- and back-ground colors.