summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2011-06-22 16:12:59 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2011-06-22 16:12:59 -0400
commit3a36eb5bf1e5dea41c8af0bef94a9a44c0351e24 (patch)
treed430b494f14b4b4a95912f7d5e4cd2a710173f80 /src
parent05a29323b4cd582b6b23a7a44fc18259ad015710 (diff)
Export check_xfixes() from conn.c.
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;