summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.h3
-rw-r--r--src/conn.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/app.h b/src/app.h
index 005bd2a..cae6575 100644
--- a/src/app.h
+++ b/src/app.h
@@ -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,
diff --git a/src/conn.c b/src/conn.c
index ec06221..1ffd9cc 100644
--- a/src/conn.c
+++ b/src/conn.c
@@ -6,7 +6,7 @@
#include "app.h"
-static void
+void
check_xfixes(xcb_connection_t *conn)
{
const xcb_query_extension_reply_t *ext;