win32: disable wacky stylus stuff for main window

This commit is contained in:
zeromus 2009-12-19 21:58:15 +00:00
parent 8adec34759
commit 0888b3a5de
1 changed files with 4 additions and 0 deletions

View File

@ -2330,6 +2330,10 @@ int _main()
exit(-1); exit(-1);
} }
//disable wacky stylus stuff
GlobalAddAtom("MicrosoftTabletPenServiceProperty");
SetProp(MainWindow->getHWnd(),"MicrosoftTabletPenServiceProperty",(HANDLE)1);
SetStyle(style); SetStyle(style);
gpu_SetRotateScreen(video.rotation); gpu_SetRotateScreen(video.rotation);