X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FWindow.hh;fp=src%2FWindow.hh;h=72cefe618a4d4513376922d80ccec88d649c4a09;hb=300491ce5a932ba777274e7f5c3d085f5ca59ee0;hp=64ad1c34982542500a906215f63d3d0c8ff3d4e3;hpb=b29977196b527bb50b045cad249e9c149fa0ef75;p=chaz%2Fopenbox 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;