From c827313362bb4fa05ae1268c16e50b48067adb1b Mon Sep 17 00:00:00 2001 From: Matt Thirtytwo Date: Sat, 7 Mar 2015 22:23:45 +0100 Subject: [PATCH] Fix undeclared function 'xfce_spawn_on_screen' --- exo-helper/exo-helper.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/exo-helper/exo-helper.c b/exo-helper/exo-helper.c index aba3749..6931347 100644 --- a/exo-helper/exo-helper.c +++ b/exo-helper/exo-helper.c @@ -43,6 +43,7 @@ #include #endif +#include #include #include @@ -346,17 +347,12 @@ exo_helper_execute (ExoHelper *helper, const gchar *parameter, GError **error) { - GTimeVal previous; - GTimeVal current; gboolean succeed = FALSE; GError *err = NULL; gchar **commands; gchar **argv; gchar *command; guint n; - gint status; - gint result; - gint pid; const gchar *real_parameter = parameter; g_return_val_if_fail (EXO_IS_HELPER (helper), FALSE); -- 1.7.9.5