Commit in reactos/subsys/win32k/ntuser on MAIN
stubs.c+4-41.49 -> 1.50
change NtUserChangeDisplaySettings stub so it report res not supported 
geting quake1 working direcly form console with out any extra switch

reactos/subsys/win32k/ntuser
stubs.c 1.49 -> 1.50
diff -u -r1.49 -r1.50
--- stubs.c	12 Dec 2004 01:40:37 -0000	1.49
+++ stubs.c	24 Dec 2004 19:02:32 -0000	1.50
@@ -1,4 +1,4 @@
-/* $Id: stubs.c,v 1.49 2004/12/12 01:40:37 weiden Exp $
+/* $Id: stubs.c,v 1.50 2004/12/24 19:02:32 greatlrd Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS kernel
@@ -108,9 +108,9 @@
   DWORD dwflags,
   LPVOID lParam)
 {
-  UNIMPLEMENTED
-
-  return 0;
+  // UNIMPLEMENTED
+  DbgPrint("(%s:%i) WIN32K: %s UNIMPLEMENTED\n", __FILE__, __LINE__, __FUNCTION__ );
+  return DISP_CHANGE_BADMODE;
 }
 
 DWORD
CVSspam 0.2.8