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/win3…
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