win32: disable wacky stylus stuff for main window
This commit is contained in:
parent
8adec34759
commit
0888b3a5de
|
@ -2330,6 +2330,10 @@ int _main()
|
|||
exit(-1);
|
||||
}
|
||||
|
||||
//disable wacky stylus stuff
|
||||
GlobalAddAtom("MicrosoftTabletPenServiceProperty");
|
||||
SetProp(MainWindow->getHWnd(),"MicrosoftTabletPenServiceProperty",(HANDLE)1);
|
||||
|
||||
SetStyle(style);
|
||||
|
||||
gpu_SetRotateScreen(video.rotation);
|
||||
|
|
Loading…
Reference in New Issue