]> Dogcows Code - chaz/openbox/blobdiff - openbox/plugin.c
add an obscured flag that tracks if the frame is at all obscured
[chaz/openbox] / openbox / plugin.c
index 18c55064e6651be18802cdfe6d4975ddb729a012..411eb6fbee5086a385f16174a365be9c08759be5 100644 (file)
@@ -161,6 +161,7 @@ void plugin_loadall(ObParseInst *i)
 
         /* XXX rm me when the parser loads me magically */
         plugin_open("client_menu", i);
+        plugin_open("client_list_menu", i);
     } else {
         /* load the plugins in the rc file */
         while (g_io_channel_read_line(io, &name, NULL, NULL, &err) ==
This page took 0.024594 seconds and 4 git commands to generate.