[ros-kernel] Patch for GDI handles
Filip Navara
xnavara at volny.cz
Sun Feb 1 10:24:29 CET 2004
Can someone please commit this patch? I can't wait for the root's lock
and this patch fixes one dumb problem/crash I introduced...
Thanks,
Filip
--- reactos/subsys/win32k/objects/gdiobj.c 1 Feb 2004 08:07:07
-0000 1.58
+++ reactos/subsys/win32k/objects/gdiobj.c 1 Feb 2004 09:12:36 -0000
@@ -82,9 +82,9 @@
typedef struct _GDI_HANDLE_TABLE
{
- WORD wTableSize;
- PGDIOBJHDR Handles[1];
+ WORD wTableSize;
WORD AllocationHint;
+ PGDIOBJHDR Handles[1];
} GDI_HANDLE_TABLE, *PGDI_HANDLE_TABLE;
/* GDI stock objects */
More information about the Ros-kernel
mailing list