summaryrefslogtreecommitdiff
path: root/libwnck/private.h
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-09-11 13:17:57 +0200
committerVincent Untz <vuntz@gnome.org>2010-09-11 13:17:57 +0200
commitbbe6f86bbb95e1a30b3919dd141b61650024313e (patch)
tree7a41a161aad73180d44e369045cb8abbd301209e /libwnck/private.h
parent9c021619e2e4625a20bbdee683e762ae1159d9d6 (diff)
downloadlibwnck-bbe6f86bbb95e1a30b3919dd141b61650024313e.tar.gz
[core, wnckprop] Stop using gdk_display
The gdk_display variable is deprecated. See https://bugzilla.gnome.org/show_bug.cgi?id=629344
Diffstat (limited to 'libwnck/private.h')
-rw-r--r--libwnck/private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libwnck/private.h b/libwnck/private.h
index e19550c..97207fd 100644
--- a/libwnck/private.h
+++ b/libwnck/private.h
@@ -110,6 +110,7 @@ gboolean _wnck_workspace_set_geometry (WnckWorkspace *space, int w, int h);
gboolean _wnck_workspace_set_viewport (WnckWorkspace *space, int x, int y);
void _wnck_init (void);
+Display *_wnck_get_default_display (void);
#define DEFAULT_ICON_WIDTH 32
#define DEFAULT_ICON_HEIGHT 32