summaryrefslogtreecommitdiff
path: root/xfce4-session/main.c
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2016-03-21 08:53:00 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-03-21 08:55:41 +0300
commitde08d36be960b7105c4bd4a3c598c9a43c3c4bfa (patch)
treee23cd307e4513c49a3843ceaeca01120741d535f /xfce4-session/main.c
parent11edab68e6fbc67f251451c47477518deee02b96 (diff)
downloadxfce4-session-de08d36be960b7105c4bd4a3c598c9a43c3c4bfa.tar.gz
Start porting xfsm to GTK3
By compiling the GTK2 stuff with GSEAL and DISABLE_DEPRECATED. This way we can port smaller parts of it and test those changes before the massive GTK3 changeset.
Diffstat (limited to 'xfce4-session/main.c')
-rw-r--r--xfce4-session/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session/main.c b/xfce4-session/main.c
index 0c27a55b..8e2aea98 100644
--- a/xfce4-session/main.c
+++ b/xfce4-session/main.c
@@ -280,7 +280,7 @@ main (int argc, char **argv)
/* fake a client id for the manager, so the legacy management does not
* recognize us to be a session client.
*/
- gdk_set_sm_client_id (xfsm_generate_client_id (NULL));
+ gdk_x11_set_sm_client_id (xfsm_generate_client_id (NULL));
xfsm_dbus_init ();