[ros-diffs] [fireball] 45537: - We are always using client side fonts, so remove the unimplemented warning from RosDrv_EnumDeviceFonts.

fireball at svn.reactos.org fireball at svn.reactos.org
Tue Feb 9 21:04:48 CET 2010


Author: fireball
Date: Tue Feb  9 21:04:48 2010
New Revision: 45537

URL: http://svn.reactos.org/svn/reactos?rev=45537&view=rev
Log:
- We are always using client side fonts, so remove the unimplemented warning from RosDrv_EnumDeviceFonts.

Modified:
    branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c

Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c?rev=45537&r1=45536&r2=45537&view=diff
==============================================================================
--- branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c [iso-8859-1] Tue Feb  9 21:04:48 2010
@@ -243,7 +243,7 @@
 BOOL CDECL RosDrv_EnumDeviceFonts( NTDRV_PDEVICE *physDev, LPLOGFONTW plf,
                                    FONTENUMPROCW proc, LPARAM lp )
 {
-    UNIMPLEMENTED;
+    /* We're always using client-side fonts. */
     return FALSE;
 }
 




More information about the Ros-diffs mailing list