summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-27 17:42:50 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-27 17:42:50 +0100
commit15ad8e1da3d37ce1b7c8574e8f70ecc71a5497eb (patch)
tree8a404c76f0dda3cfdc9ceb23b789c255657c97d9 /include
parent9cb582930345ab0a0e64b31d934e53c344750071 (diff)
Removing XCB from view.c, paste less
Diffstat (limited to 'include')
-rw-r--r--include/x11-helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index 02167248..d7855e6a 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -28,7 +28,7 @@ int window_get_prop ( Display *display, Window w, Atom prop,
char* window_get_text_prop ( Display *display, Window w, Atom atom );
int window_get_atom_prop ( Display *display, Window w, Atom atom, Atom *list, int count );
-void window_set_atom_prop ( Display *display, Window w, Atom atom, Atom *atoms, int count );
+void window_set_atom_prop ( xcb_connection_t *xcb_connection, Window w, xcb_atom_t prop, xcb_atom_t *atoms, int count );
int window_get_cardinal_prop ( Display *display, Window w, Atom atom, unsigned long *list,
int count );