]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
make menus optionally vertically centered, and enable by default, see bug #2746
[chaz/openbox] / openbox / config.h
index 5abb7d82e1f95cce8434a2b280bb286f1cbb5a93..e68bc12e77180a7762a62b98a4deea332c567e3b 100644 (file)
@@ -23,7 +23,6 @@
 #include "misc.h"
 #include "stacking.h"
 #include "place.h"
-#include "per_app_settings.h"
 
 #include <glib.h>
 
@@ -123,12 +122,16 @@ extern gboolean config_menu_warppointer;
 extern gboolean config_menu_xorstyle;
 /*! delay for hiding menu when opening */
 extern guint    config_menu_hide_delay;
+/*! Center menus vertically about the parent entry */
+extern gboolean config_menu_middle;
 /*! delay before opening a submenu */
 extern guint    config_submenu_show_delay;
 /*! show icons in client_list_menu */
 extern gboolean config_menu_client_list_icons;
 /*! User-specified menu files */
 extern GSList *config_menu_files;
+/*! Per app settings */
+extern GSList *config_per_app_settings;
 
 void config_startup(struct _ObParseInst *i);
 void config_shutdown();
This page took 0.021735 seconds and 4 git commands to generate.