change NtUserChangeDisplaySettings stub so it report res not supported
authorMagnus Olsen <magnus@greatlord.com>
Fri, 24 Dec 2004 19:02:32 +0000 (19:02 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Fri, 24 Dec 2004 19:02:32 +0000 (19:02 +0000)
geting quake1 working direcly form console with out any extra switch

svn path=/trunk/; revision=12320

reactos/subsys/win32k/ntuser/stubs.c

index 4daa3c3..2def23c 100644 (file)
@@ -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 @@ NtUserChangeDisplaySettings(
   DWORD dwflags,
   LPVOID lParam)
 {
-  UNIMPLEMENTED
-
-  return 0;
+  // UNIMPLEMENTED
+  DbgPrint("(%s:%i) WIN32K: %s UNIMPLEMENTED\n", __FILE__, __LINE__, __FUNCTION__ );
+  return DISP_CHANGE_BADMODE;
 }
 
 DWORD