Author: jimtabor Date: Tue Jun 2 02:51:48 2009 New Revision: 41244
URL: http://svn.reactos.org/svn/reactos?rev=41244&view=rev Log: - Add note for WNDOBJ.
Modified: trunk/reactos/subsystems/win32/win32k/eng/engwindow.c
Modified: trunk/reactos/subsystems/win32/win32k/eng/engwindow.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/eng... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/eng/engwindow.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/eng/engwindow.c [iso-8859-1] Tue Jun 2 02:51:48 2009 @@ -27,7 +27,10 @@ * 16/11/2004: Created */
-/* TODO: Check how the WNDOBJ implementation should behave with a driver on windows. */ +/* TODO: Check how the WNDOBJ implementation should behave with a driver on windows. + + Simple! Use Prop's! + */
#include <w32k.h>