Feature #640
GetPrimaryWorkArea should recognize primary work area in GTK backend
Status: | Approved | Start date: | 01/09/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | U++/gtk | Spent time: | - | |
Target version: | - |
Description
It seems that GetPrimaryWorkArea() uses always first monitor. I rewrite this method using gdk_screen_get_primary_monitor function. Moreover I optimalize GetDefaultWindowRect() to use primary work area in good way.
History
#1 Updated by Miroslav Fidler over 11 years ago
- Status changed from Patch ready to Approved
Thanks, seems OK.