Regression: Resizeinfo now shows the size without borders instead of the full window size
Bug #1203557 reported by
MC Return
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
New
|
High
|
Unassigned |
Bug Description
[How to reproduce]
1. Maximize a window horizontally
2. Trigger resize to see the info about the window size
[What you would expect to happen]
The window x-size should be the same like your screen's x resolution.
[What actually happens]
The window x-size is now the same like your screen's x resolution minus the size of the window borders.
Changed in compiz: | |
importance: | Undecided → High |
milestone: | none → 0.9.10.0 |
tags: | added: regression |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.10.2 |
To post a comment you must log in.
[What actually happens]
The window x-size is now the same like your screen's x resolution minus the size of the window borders.
is- >resizeGeometry .x = window->x (); >resizeGeometry .y = window->y (); >resizeGeometry .width = window->width (); >resizeGeometry .height = window->height ();
is-
is-
is-
Which happens to be the correct behavior.