Some additionnal capabilities for us...

Lionel Ulmer lionel.ulmer at free.fr
Thu Nov 28 15:13:24 CST 2002


Hi all,

Well, our HAL driver can certainly render windowed :-)
This should enable some MSDN demos to go a tad bit further...

Changelog:
 - add DDCAPS2_CANRENDERWINDOWED capabilities to our DDraw driver
 
               Lionel

-- 
		 Lionel Ulmer - http://www.bbrox.org/
-------------- next part --------------
Index: dlls/x11drv/x11ddraw.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/x11ddraw.c,v
retrieving revision 1.17
diff -u -r1.17 x11ddraw.c
--- dlls/x11drv/x11ddraw.c	31 Oct 2002 02:38:20 -0000	1.17
+++ dlls/x11drv/x11ddraw.c	28 Nov 2002 21:12:06 -0000
@@ -263,7 +263,7 @@
   {	/* ddCaps (only stuff the HAL implements here) */
    sizeof(DDCORECAPS),							/* dwSize */
    DDCAPS_GDI | DDCAPS_PALETTE,						/* dwCaps */
-   DDCAPS2_CERTIFIED | DDCAPS2_NONLOCALVIDMEM | DDCAPS2_NOPAGELOCKREQUIRED |
+   DDCAPS2_CERTIFIED | DDCAPS2_NONLOCALVIDMEM | DDCAPS2_NOPAGELOCKREQUIRED | DDCAPS2_CANRENDERWINDOWED |
    DDCAPS2_WIDESURFACES | DDCAPS2_PRIMARYGAMMA | DDCAPS2_FLIPNOVSYNC,   /* dwCaps2 */
    0,									/* dwCKeyCaps */
    0,									/* dwFXCaps */


More information about the wine-patches mailing list