summaryrefslogtreecommitdiff
path: root/libwnck/xutils.h
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-01-19 23:02:17 +0100
committerVincent Untz <vuntz@gnome.org>2011-01-20 14:48:36 +0100
commit2ce7addc6ad415a34499715c1996cd600d281da5 (patch)
tree9289ef882c6124c584981f911c85a97752ebcb0a /libwnck/xutils.h
parentf6c123a7e96a9993846966f2076c88df1e5dee69 (diff)
downloadlibwnck-2ce7addc6ad415a34499715c1996cd600d281da5.tar.gz
core: Add Screen argument to _wnck_get_utf8_list()
Diffstat (limited to 'libwnck/xutils.h')
-rw-r--r--libwnck/xutils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libwnck/xutils.h b/libwnck/xutils.h
index a100bb9..949e78f 100644
--- a/libwnck/xutils.h
+++ b/libwnck/xutils.h
@@ -77,8 +77,9 @@ gboolean _wnck_get_cardinal_list (Screen *screen,
Atom atom,
gulong **cardinals,
int *len);
-char** _wnck_get_utf8_list (Window xwindow,
- Atom atom);
+char** _wnck_get_utf8_list (Screen *screen,
+ Window xwindow,
+ Atom atom);
void _wnck_set_utf8_list (Window xwindow,
Atom atom,