]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
watch out for 0x0 icons, and skip them
[chaz/openbox] / openbox / screen.c
index 5e3b36e255bae28af48dc5448ae18133d0dbe938..a1ad36e0e5fe69b06b78a399cbc80b78eec314ec 100644 (file)
@@ -1,5 +1,6 @@
 #include "openbox.h"
 #include "dock.h"
+#include "xerror.h"
 #include "prop.h"
 #include "startup.h"
 #include "timer.h"
@@ -91,7 +92,7 @@ gboolean screen_annex()
     PROP_SET32(ob_root, net_supporting_wm_check, window, support_window);
 
     /* set properties on the supporting window */
-    PROP_SETS(support_window, net_wm_name, "Openbox");
+    PROP_SETS(support_window, net_wm_name, "Openbox3");
     PROP_SET32(support_window, net_supporting_wm_check, window,support_window);
 
     /* set the _NET_SUPPORTED_ATOMS hint */
This page took 0.019795 seconds and 4 git commands to generate.