summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-01 19:48:18 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-01 19:48:18 +0100
commitf05f0de58346557df24dd7c3f5d04e9df913525f (patch)
treec6346cece4e7a694bc3dd921d46c7e27ddb7eb1c /include/xcb.h
parent8c950a984cabd812c674f3eafd403cb4e0bdc406 (diff)
Fix #348, give a warning when font failed to parse
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xcb.h b/include/xcb.h
index befc95f3..47e235ab 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -1,7 +1,7 @@
#ifndef ROFI_XCB_H
#define ROFI_XCB_H
-typedef struct _xcb_stuff xcb_stuff;
+typedef struct _xcb_stuff xcb_stuff;
extern xcb_stuff *xcb;