Displaying 2 results from an estimated 2 matches for "iswindowvisible".
2005 Aug 30
0
No subject
being called, and we're getting a deadlock, well we're supposed to
expect it :-) Can you run this command and pipe the output to another
log file?
grep "UpdateWindow" oldlogfile > newlogfile1
grep "IsWindowVisible" oldlogfile > newlogfile2
We can use newlogfile[1,2] to see how often and where these calls are
occurring. I can't tell if we're calling UpdateWindow and
IsWindowVisible over and over again or not with this log, but post the
new logs and we'll have a look. Anyone else have an...
2008 Jun 27
0
Wine release 1.1.0
...p-level message window as parent for HWND_MESSAGE windows.
user32: Treat the top-level message window as a desktop window.
user32/tests: Add some more tests for HWND_MESSAGE windows.
user32: Add support for finding HWND_MESSAGE windows in FindWindowEx.
user32: Make sure that IsWindowVisible returns FALSE for HWND_MESSAGE windows.
ole32: Make the apartment window a HWND_MESSAGE window.
wine.inf: Make the initial owner information empty.
winex11: Explicitly request creation of the per-thread data where necessary.
winex11: Pass the display as parameter to a few mo...