aboutsummaryrefslogtreecommitdiff
path: root/src/WindowState.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-27 17:47:16 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-27 17:47:16 (GMT)
commitcbc1075dde0276956aca1753a229097bcc7bac87 (patch)
tree1449a8cd55a242034e5f6f70a78e4df63f00dc54 /src/WindowState.hh
parent55fd49614bb1b9e37561147f18719b2ac277b64b (diff)
downloadfluxbox-cbc1075dde0276956aca1753a229097bcc7bac87.zip
fluxbox-cbc1075dde0276956aca1753a229097bcc7bac87.tar.bz2
move decoration handling for non-resizable windows to SizeHint class
Diffstat (limited to 'src/WindowState.hh')
-rw-r--r--src/WindowState.hh2
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;