[Bug 9901] GetMonitorInfo returns wrong work area

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 5 01:01:54 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=9901





--- Comment #7 from Dmitry Timoshkov <dmitry at codeweavers.com>  2008-10-05 01:01:53 ---
(In reply to comment #6)
> It still does not work correctly:
> 1) 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.

> 2) 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.

> 3) 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'.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list