diff options
Diffstat (limited to 'src/WindowState.hh')
-rw-r--r-- | src/WindowState.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WindowState.hh b/src/WindowState.hh index fa17eb6..3bc5d24 100644 --- a/src/WindowState.hh +++ b/src/WindowState.hh | |||
@@ -43,6 +43,8 @@ public: | |||
43 | void displaySize(unsigned int &i, unsigned int &j, | 43 | void displaySize(unsigned int &i, unsigned int &j, |
44 | unsigned int width, unsigned int height) const; | 44 | unsigned int width, unsigned int height) const; |
45 | 45 | ||
46 | bool isResizable() const; | ||
47 | |||
46 | unsigned int min_width, max_width, min_height, max_height, | 48 | unsigned int min_width, max_width, min_height, max_height, |
47 | width_inc, height_inc, base_width, base_height, | 49 | width_inc, height_inc, base_width, base_height, |
48 | min_aspect_x, max_aspect_x, min_aspect_y, max_aspect_y; | 50 | min_aspect_x, max_aspect_x, min_aspect_y, max_aspect_y; |