From e2bc37faeef75b93bb8e2976a7e999b2fe5f97fc Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 1 Jun 2009 22:51:48 +0000 Subject: [PATCH] - Add note for WNDOBJ. svn path=/trunk/; revision=41244 --- reactos/subsystems/win32/win32k/eng/engwindow.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/eng/engwindow.c b/reactos/subsystems/win32/win32k/eng/engwindow.c index e71848c3f7e..1d5d35e2d45 100644 --- a/reactos/subsystems/win32/win32k/eng/engwindow.c +++ b/reactos/subsystems/win32/win32k/eng/engwindow.c @@ -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