Misc. user fixes.
[reactos.git] / reactos / subsys / win32k / main / dllmain.c
index 2d5b938..e9934a7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: dllmain.c,v 1.29 2002/09/08 10:23:51 chorns Exp $
+/* $Id: dllmain.c,v 1.30 2002/09/17 23:43:28 dwelch Exp $
  *
  *  Entry Point for win32k.sys
  */
@@ -54,6 +54,8 @@ DllMain (
    */
   PsEstablishWin32Callouts(0, 0, 0, 0, sizeof(W32THREAD), sizeof(W32PROCESS));
 
+  WinPosSetupInternalPos();
+
   Status = InitWindowStationImpl();
   if (!NT_SUCCESS(Status))
   {