From 3e745d2acd5d47ee2e9724fe08e69fa2ab05ea12 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 1 Feb 2004 09:58:30 +0000 Subject: [PATCH] Patch by Filip Navara : 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... svn path=/trunk/; revision=7953 --- reactos/subsys/win32k/objects/gdiobj.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/subsys/win32k/objects/gdiobj.c b/reactos/subsys/win32k/objects/gdiobj.c index 3211494ca52..d2cb7ed6ddd 100644 --- a/reactos/subsys/win32k/objects/gdiobj.c +++ b/reactos/subsys/win32k/objects/gdiobj.c @@ -19,7 +19,7 @@ /* * GDIOBJ.C - GDI object manipulation routines * - * $Id: gdiobj.c,v 1.58 2004/02/01 08:07:07 navaraf Exp $ + * $Id: gdiobj.c,v 1.59 2004/02/01 09:58:30 mf Exp $ * */ @@ -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 */