From 300491ce5a932ba777274e7f5c3d085f5ca59ee0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 7 Jul 2002 10:27:06 +0000 Subject: sync with bb-cvs --- src/Window.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Window.hh') 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; -- cgit v1.2.3