summaryrefslogtreecommitdiff
path: root/libxfsm/xfsm-util.h
diff options
context:
space:
mode:
authorJérôme Guelfucci <jeromeg@xfce.org>2010-01-22 23:51:36 +0100
committerNick Schermer <nick@xfce.org>2010-01-28 19:50:22 +0100
commitcd25664c090036790eef891893208ca826d84439 (patch)
tree0b9e59bb7574319ce9492650318cad04bfdacb6c /libxfsm/xfsm-util.h
parent68d8c335e2ae1afe2d5f469560f0db8d95d51550 (diff)
downloadxfce4-session-cd25664c090036790eef891893208ca826d84439.tar.gz
Add a local function to get the display full name.
Diffstat (limited to 'libxfsm/xfsm-util.h')
-rw-r--r--libxfsm/xfsm-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libxfsm/xfsm-util.h b/libxfsm/xfsm-util.h
index d479beed..d7b9d9b9 100644
--- a/libxfsm/xfsm-util.h
+++ b/libxfsm/xfsm-util.h
@@ -50,6 +50,9 @@ void xfsm_window_grab_input (GtkWindow *window);
XfconfChannel *xfsm_open_config (void);
+gchar *xfsm_gdk_display_get_fullname (GdkDisplay *display);
+
+
G_END_DECLS;
#endif /* !__XFSM_UTIL_H__ */