]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
add opaque move/resize to the rc3
[chaz/openbox] / openbox / config.h
index 49e7c44e407dcb0892e7d50e646533f82c53cf10..c268503abb2ca1d17c866298485f7a58c6a0a391 100644 (file)
@@ -13,8 +13,14 @@ extern gboolean config_focus_last;
 extern gboolean config_focus_last_on_desktop;
 /*! Show a popup dialog while cycling focus */
 extern gboolean config_focus_popup;
-/*! The number of slits to create */
-extern int config_slit_number;
+/*! The number of slits to create 
+  extern int config_slit_number;*/
+/*! When true windows are moved opaquely, when false just an outline is shown
+  while they are moved */
+extern gboolean config_opaque_move;
+/*! When true windows are resize opaquely, when false just an outline is shown
+  while they are resize */
+extern gboolean config_opaque_resize;
 
 /* The name of the theme */
 char *config_theme;
This page took 0.020779 seconds and 4 git commands to generate.