IsSingleWindow(): SYSLEVEL_CheckNotLevel

2000-08-10 Thread Andreas Mohr
Hi all, I just saw that I get an err:win32:SYSLEVEL_CheckNotLevel (2): Holding lock of level 2! error when I run a program with --debugmsg +relay and it crashes and winedbg should be launched: trace:relay:WINPROC_CallWndProc

Re: IsSingleWindow(): SYSLEVEL_CheckNotLevel

2000-08-10 Thread Andreas Mohr
Hi again, I think we'll need to suspend window locks *always* when calling any USER_Driver function. I had to fix up several places where USER_Driver functions were called. Can we construct some kind of wnd lock suspend/resume wrapper around the USER_Driver functions in case x11drv is used ?