diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /hw/xwin/winfont.c | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'hw/xwin/winfont.c')
-rw-r--r-- | hw/xwin/winfont.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/xwin/winfont.c b/hw/xwin/winfont.c index b249d8643..97bd7967b 100644 --- a/hw/xwin/winfont.c +++ b/hw/xwin/winfont.c @@ -27,7 +27,7 @@ * * Authors: Harold L Hunt II */ -/* $XFree86: xc/programs/Xserver/hw/xwin/winfont.c,v 1.2 2001/06/04 13:04:41 alanh Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xwin/winfont.c,v 1.3 2003/08/07 23:47:58 alanh Exp $ */ #include "win.h" @@ -36,7 +36,9 @@ Bool winRealizeFontNativeGDI (ScreenPtr pScreen, FontPtr pFont) { +#if CYGDEBUG ErrorF ("winRealizeFont()\n"); +#endif return TRUE; } @@ -45,6 +47,8 @@ winRealizeFontNativeGDI (ScreenPtr pScreen, FontPtr pFont) Bool winUnrealizeFontNativeGDI (ScreenPtr pScreen, FontPtr pFont) { +#if CYGDEBUG ErrorF ("winUnrealizeFont()\n"); +#endif return TRUE; } |