diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.h | 3 | ||||
-rw-r--r-- | src/conn.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -108,6 +108,9 @@ make_connection(const gchar *name, xcb_connection_t **conn, Display **dpy); void check_xselinux(xcb_connection_t *conn); +void +check_xfixes(xcb_connection_t *conn); + int fetch_property_data(xcb_connection_t *conn, xcb_window_t window, xcb_atom_t property, int delete, @@ -6,7 +6,7 @@ #include "app.h" -static void +void check_xfixes(xcb_connection_t *conn) { const xcb_query_extension_reply_t *ext; |