diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-11 23:57:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-11 23:57:56 +0000 |
| commit | 9938de36938107546b2e5b0410cc97d7a01632e7 (patch) | |
| tree | 76e33f9d2ff93a3bcccf462474a022f5fe4d89db /openbox/config.h | |
| parent | ea6b9cafe94672bd1798e04e6962eb8ae9d2b8ac (diff) | |
add opaque move/resize to the rc3
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/openbox/config.h b/openbox/config.h index 49e7c44e..c268503a 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -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; |
