From fde70551ecef65fc681b96a9cf355f1a3d3f4cf2 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 28 Feb 2009 04:41:52 +0000 Subject: [PATCH] - No code change, adding notes to header. svn path=/trunk/; revision=39798 --- reactos/subsystems/win32/win32k/include/win32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsystems/win32/win32k/include/win32.h b/reactos/subsystems/win32/win32k/include/win32.h index 788edf70783..d844fd9a1fa 100644 --- a/reactos/subsystems/win32/win32k/include/win32.h +++ b/reactos/subsystems/win32/win32k/include/win32.h @@ -39,8 +39,8 @@ typedef struct _THREADINFO PCLIENTINFO pClientInfo; FLONG TIF_flags; HANDLE hDesktop; - UINT cPaintsReady; - UINT cTimersReady; + UINT cPaintsReady; /* Count of paints pending. */ + UINT cTimersReady; /* Count of timers pending. */ LIST_ENTRY PtiLink; LIST_ENTRY WindowListHead;