summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-27 21:55:43 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-27 21:55:43 +0100
commitbb2f0d8b837f4829d9f5d24d33f9f81097250ebc (patch)
treece4922c40c282e1a5c561ac84be0e9dde421181f /include
parenta02cb83a98823c914659c29fee75fa5354a2c492 (diff)
Move more to xcb, window_*_ functions to xcb_ functions
Diffstat (limited to 'include')
-rw-r--r--include/x11-helper.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index eabdc4bf..6e4b9363 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -27,10 +27,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 ( 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 );
/**
* Window info.
@@ -125,7 +122,7 @@ void x11_parse_key ( char *combo, unsigned int *mod, xkb_keysym_t *key );
*
* Set the opacity of the window and sub-windows.
*/
-void x11_set_window_opacity ( Display *display, Window box, unsigned int opacity );
+void x11_set_window_opacity ( xcb_connection_t *xcb_connection, Window box, unsigned int opacity );
/**
* Setup several items required.