[ros-dev] Re: [ros-kernel] WinQuake

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Thu Feb 3 15:12:29 CET 2005


Magnus Olsen wrote:
> Hi
> NtUserChangeDisplaySettings UNIMPLEMENTED
> changes that stub to return DISP_CHANGE_FAILED
> and use cmd winquake -noautostretch -startwindowed
> 
> it will not work 100% fine until the NtUserChangeDisplaySettings
> are being implemnet. it is old news. That I think most people know
> last time, w3seek was working on more easy way to implement
> this api. it need a globa desktop pointer. last time I check
> reactos did not have one. And that make it hard to implement
> NtUserChangeDisplaySettings api
> 
From,
http://cvs.cosoft.org.cn/cgi-bin/viewcvs.cgi/fileshare/FreeWin/include/win32k/ntuser.h?rev=HEAD

LONG
STDCALL
NtUserChangeDisplaySettings(
   PUNICODE_STRING lpszDeviceName,
   LPDEVMODEW lpDevMode,
   HWND hwnd,
   DWORD dwflags,
   LPVOID lParam);

Oh well, I guess this is from a ROS fork,
James



More information about the Ros-dev mailing list