Change comment.
Modified: branches/win32k rewrite attempt/win32k/main/dllmain.c
_____
Modified: branches/win32k rewrite attempt/win32k/main/dllmain.c
--- branches/win32k rewrite attempt/win32k/main/dllmain.c
2005-07-29 18:11:04 UTC (rev 16879)
+++ branches/win32k rewrite attempt/win32k/main/dllmain.c
2005-07-29 20:24:48 UTC (rev 16880)
@@ -181,8 +181,12 @@
&hWinSta,
&hDesk);
-/*---- this code i dont get ------*/
-/* imo, a thread REQUIRE a desktop!!! */
+ /*
+ * NOTE: There CAN be threads without desktop and window station.
A
+ * good example is the initial thread in WinLogon that creates
the
+ * first window station and desktops.
+ */
+
if(NT_SUCCESS(Status))
{
if(hWinSta != NULL)
@@ -218,7 +222,6 @@
}
}
}
-/*---- this code i dont get ------*/
Win32Thread->IsExiting = FALSE;
UserDestroyCaret(Win32Thread);