]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
only store icons for windows that are 64px or smaller, as we don't have need for...
[chaz/openbox] / openbox / openbox.c
index 48f31f9140f5c2b3ab0749100f302e2ed5421fc9..d1841437cdc25e5f43e5d9b1b79d9c5eb4ea8ca4 100644 (file)
@@ -36,6 +36,7 @@
 #include "focus_cycle_popup.h"
 #include "moveresize.h"
 #include "frame.h"
+#include "framerender.h"
 #include "keyboard.h"
 #include "mouse.h"
 #include "extensions.h"
@@ -515,9 +516,7 @@ static void remove_args(gint *argc, gchar **argv, gint index, gint num)
 static void parse_env()
 {
     /* unset this so we don't pass it on unknowingly */
-    gchar *s = g_strdup("DESKTOP_STARTUP_ID");
-    putenv(s);
-    g_free(s);
+    putenv(g_strdup("DESKTOP_STARTUP_ID"));
 }
 
 static void parse_args(gint *argc, gchar **argv)
This page took 0.024018 seconds and 4 git commands to generate.