summaryrefslogtreecommitdiff
path: root/mate-panel/libegg/eggsmclient-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libegg/eggsmclient-private.h')
-rw-r--r--mate-panel/libegg/eggsmclient-private.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mate-panel/libegg/eggsmclient-private.h b/mate-panel/libegg/eggsmclient-private.h
index 586d8957..ac64149f 100644
--- a/mate-panel/libegg/eggsmclient-private.h
+++ b/mate-panel/libegg/eggsmclient-private.h
@@ -36,11 +36,11 @@ void egg_sm_client_quit_cancelled (EggSMClient *client);
void egg_sm_client_quit (EggSMClient *client);
#if defined (GDK_WINDOWING_X11)
-# ifdef EGG_SM_CLIENT_BACKEND_XSMP
+#ifdef EGG_SM_CLIENT_BACKEND_XSMP
GType egg_sm_client_xsmp_get_type (void);
EggSMClient *egg_sm_client_xsmp_new (void);
-# endif
-# ifdef EGG_SM_CLIENT_BACKEND_DBUS
+#endif
+#ifdef EGG_SM_CLIENT_BACKEND_DBUS
GType egg_sm_client_dbus_get_type (void);
EggSMClient *egg_sm_client_dbus_new (void);
# endif
@@ -56,5 +56,4 @@ EggSMClient *egg_sm_client_osx_new (void);
}
#endif
-
#endif /* __EGG_SM_CLIENT_PRIVATE_H__ */