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 d7403d2c32
commit 486d8d423c
4 changed files with 27 additions and 10 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;