summaryrefslogtreecommitdiff
path: root/xfce4-session/xfsm-global.h
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-04-25 00:03:18 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-04-27 00:37:24 +0200
commit9c858e04d64cda8460da8909b36c02f3314a4bee (patch)
treed8e7264f09848a2a8e7599311a9ced73f285dc2c /xfce4-session/xfsm-global.h
parentf5a30fa3cd88d436de4ad486fb530610a791e857 (diff)
downloadxfce4-session-9c858e04d64cda8460da8909b36c02f3314a4bee.tar.gz
Drop splash screens
Diffstat (limited to 'xfce4-session/xfsm-global.h')
-rw-r--r--xfce4-session/xfsm-global.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
index 3adeba83..78131bc7 100644
--- a/xfce4-session/xfsm-global.h
+++ b/xfce4-session/xfsm-global.h
@@ -23,10 +23,9 @@
#define __XFSM_GLOBAL_H__
#include <glib.h>
-
+#include <gdk/gdkx.h>
#include <X11/SM/SMlib.h>
-#include <xfce4-session/xfsm-splash-screen.h>
#include <xfce4-session/xfsm-shutdown.h> /* XfsmShutdownType */
#include "settings/xfae-model.h" /* XfsmRunHook */
@@ -45,8 +44,6 @@ void xfsm_failsafe_client_free (FailsafeClient *fclient);
extern gboolean verbose;
-extern XfsmSplashScreen *splash_screen;
-
#if defined(G_HAVE_ISO_VARARGS)