Merge lp:~muktupavels/compiz/lp1530277 into lp:compiz/0.9.13
Proposed by
Alberts Muktupāvels
Status: | Merged |
---|---|
Approved by: | Marco Trevisan (Treviño) |
Approved revision: | 4106 |
Merged at revision: | 4109 |
Proposed branch: | lp:~muktupavels/compiz/lp1530277 |
Merge into: | lp:compiz/0.9.13 |
Diff against target: |
39 lines (+11/-0) 2 files modified
gtk/window-decorator/decorator.c (+10/-0) gtk/window-decorator/gwd-theme-metacity.c (+1/-0) |
To merge this branch: | bzr merge lp:~muktupavels/compiz/lp1530277 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Trevisan (Treviño) | Approve | ||
Review via email: mp+321647@code.launchpad.net |
Commit message
Ensure that surfaces used by metacity theme have device scale set to 1 (LP: #1530277).
Description of the change
Font size with current metacity versions will be still incorrect, but that can be "fixed" by using GDK_DPI_SCALE. At least now decorations are drawn correctly.
Full fix will require libmetacity 3.26 were new API has been added to control scale and font size.
To post a comment you must log in.
Since we verified this doesn't break GDK_SCALE, we're ok.