Merge lp:~townsend/compiz/fix-decoration-grab-0.9.10 into lp:compiz/0.9.10
Status: | Merged |
---|---|
Approved by: | Brandon Schaefer |
Approved revision: | 3792 |
Merged at revision: | 3794 |
Proposed branch: | lp:~townsend/compiz/fix-decoration-grab-0.9.10 |
Merge into: | lp:compiz/0.9.10 |
Diff against target: |
22 lines (+3/-2) 1 file modified
gtk/window-decorator/metacity.c (+3/-2) |
To merge this branch: | bzr merge lp:~townsend/compiz/fix-decoration-grab-0.9.10 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Marco Trevisan (Treviño) | Approve | ||
Review via email: mp+188638@code.launchpad.net |
Commit message
Fix issue where non-resizable windows and semi-maximized window would have an area near the top of the title bar that could not be grabbed.
Description of the change
= Issue =
On non-resizable windows or semi-maximized windows, approximately the top half to top third of the title bar decoration is not grabable for moving the window. This is due to a regression introduced in http://
= Fix =
After much debugging, I discovered that these particular type of windows call the middle/middle event_window_
Note that this is the same fix that is proposed for trunk.