[WIN32K]
[reactos.git] / reactos / win32ss / gdi / eng / engobjects.h
index a65772d..e907ae3 100644 (file)
@@ -85,6 +85,7 @@ typedef struct _CLIPGDI {
     ULONG RectCount;
     RECTL* Rects;
 } CLIPGDI, *PCLIPGDI;
+C_ASSERT(FIELD_OFFSET(CLIPGDI, ClipObj) == FIELD_OFFSET(CLIPGDI, WndObj.coClient));
 
 // HACK, until we use the original structure
 #define XCLIPOBJ CLIPGDI