]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
add role matching to per app settings and fix a small memleak in the code that frees...
[chaz/openbox] / openbox / config.h
index 5abb7d82e1f95cce8434a2b280bb286f1cbb5a93..29f8d081afdd3e862a7685845657a18381e43f27 100644 (file)
@@ -23,7 +23,6 @@
 #include "misc.h"
 #include "stacking.h"
 #include "place.h"
-#include "per_app_settings.h"
 
 #include <glib.h>
 
@@ -129,6 +128,8 @@ extern guint    config_submenu_show_delay;
 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.022666 seconds and 4 git commands to generate.