summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 05:58:35 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 05:58:35 +0000
commit08e42acaadf8868abb94dc75da0daa9c6e4e2d1c (patch)
treeb174c5af594786bd9dd023936fdb8f4400f8e09d /openbox/config.h
parentfde5ca09e9ea7ab08b6dc06723f19bad6d03af22 (diff)
animate iconify/reestore. yeah.
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index e6a441b0..f85f4f11 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -88,6 +88,8 @@ extern gboolean config_theme_keepborder;
extern gboolean config_theme_hidedisabled;
/*! Titlebar button layout */
extern gchar *config_title_layout;
+/*! Animate windows iconifying and restoring */
+extern gboolean config_animate_iconify;
/*! The font for the active window's title */
extern RrFont *config_font_activewindow;