Bugfix: Correctly use base_width/base_height and size increment hints, correctly send fake configure notify events

This commit is contained in:
Michael Stapelberg
2009-08-23 21:49:38 +02:00
parent 8c4e2e48f4
commit 55b1bf4582
4 changed files with 27 additions and 17 deletions

View File

@ -346,6 +346,9 @@ struct Client {
int proportional_height;
int proportional_width;
int base_height;
int base_width;
/** contains the minimum increment size as specified for the window
* (in pixels). */
int width_increment;