$OpenBSD: patch-libxfcegui4_xfce-exec_c,v 1.1 2015/03/16 20:22:14 landry Exp $
https://bugzilla.xfce.org/show_bug.cgi?id=10974
--- libxfcegui4/xfce-exec.c.orig	Mon Mar 16 11:24:49 2015
+++ libxfcegui4/xfce-exec.c	Mon Mar 16 11:24:56 2015
@@ -79,7 +79,7 @@ child_setup_sync(gpointer user_data)
 #ifndef G_OS_WIN32
     gchar *dpyname = user_data;
     
-    xfce_setenv ("DISPLAY", dpyname, TRUE);
+    g_setenv ("DISPLAY", dpyname, TRUE);
 #endif
 }
 
