summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-07 10:27:06 +0000
committerDana Jansens <danakj@orodu.net>2002-07-07 10:27:06 +0000
commit300491ce5a932ba777274e7f5c3d085f5ca59ee0 (patch)
tree089b6cc4dd4d14640858cab9b05b4e73927d9c3b /src/Window.hh
parentb29977196b527bb50b045cad249e9c149fa0ef75 (diff)
sync with bb-cvs
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 64ad1c34..72cefe61 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -176,8 +176,10 @@ private:
min_width, min_height, // can not be resized smaller
max_width, max_height, // can not be resized larger
width_inc, height_inc, // increment step
+#if 0 // not supported at the moment
min_aspect_x, min_aspect_y, // minimum aspect ratio
max_aspect_x, max_aspect_y, // maximum aspect ratio
+#endif
base_width, base_height,
win_gravity;