]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
make the modifier key code a lot better...
[chaz/openbox] / openbox / openbox.c
index 9de780dd47aa4d07999ef175ea6349265c1967ab..052929a5b5f9df36f93c8e400d3d27225e76a528 100644 (file)
@@ -21,6 +21,7 @@
 #include "openbox.h"
 #include "session.h"
 #include "dock.h"
+#include "modkeys.h"
 #include "event.h"
 #include "menu.h"
 #include "client.h"
@@ -215,6 +216,8 @@ gint main(gint argc, gchar **argv)
                 xmlDocPtr doc;
                 xmlNodePtr node;
 
+                modkeys_startup(reconfigure);
+
                 /* startup the parsing so everything can register sections
                    of the rc */
                 i = parse_startup();
@@ -320,6 +323,7 @@ gint main(gint argc, gchar **argv)
             window_shutdown(reconfigure);
             event_shutdown(reconfigure);
             config_shutdown();
+            modkeys_shutdown(reconfigure);
         } while (reconfigure);
     }
 
This page took 0.022163 seconds and 4 git commands to generate.