]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/execute.c
make ObPrompts resize and redraw correctly when reconfiguring and changing themes...
[chaz/openbox] / openbox / actions / execute.c
index 02de01549d9ccac0a88a91c58d4588c6ff78dc90..a857b1b83e45e242d5c411872b289e5b0722b9ce 100644 (file)
@@ -4,6 +4,10 @@
 #include "openbox/screen.h"
 #include "gettext.h"
 
+#ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+#endif
+
 typedef struct {
     gchar   *cmd;
     gboolean sn;
@@ -104,6 +108,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
             program = g_path_get_basename(argv[0]);
             /* sets up the environment */
             sn_setup_spawn_environment(program, o->sn_name, o->sn_icon,
+                                       o->sn_wmclass,
                                        /* launch it on the current desktop */
                                        screen_desktop);
         }
This page took 0.0252599999999999 seconds and 4 git commands to generate.