http://bugs.winehq.org/show_bug.cgi?id=9901
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2008-10-05 01:01:53 --- (In reply to comment #6)
It still does not work correctly:
- If I move panel around (e.g. make it vertical), GetMonitorInfo returns
previous obsolete value. returns: 1280x977 should: 1233x1024
I'm not sure if a WM sends a notification in this case.
- For secondaty WM-panel-free monitor GetMonitorInfo() returns rcWork value
for primary monitor. returns: 1280x977 should: 1280x1024
That's how _NET_WORKAREA is defined, it doesn't work properly for multimonitor configurations.
- If I move panel to secondary monitor (thus, primary monitor become
WM-panel-less) and ask again, GetMonitorInfo() still returns the same old value (for both monitors). returns: 1280x977 should: 1280x1024
That's the same case as #1.
To be sure it is not a WM bugs (I use KDE-3.5.9), is there any way for me to test _NET_WORKAREA property???
Try 'xprop'.