summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2013-08-18 19:12:30 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-08-18 19:12:30 +0200
commit9a30b01e383fd14cad4a525e3c21ff5c20ba605e (patch)
tree82a9d0f6c3d07cdd28dd56899b47d86abe0cda47
parent6a09059f67217f15573fd88f44d57623a5f1402d (diff)
kill typedef, that is done in xcb_cursor, only define struct (Thanks Niclas)
-rw-r--r--cursor/cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cursor/cursor.h b/cursor/cursor.h
index 7d8c76b..09ab395 100644
--- a/cursor/cursor.h
+++ b/cursor/cursor.h
@@ -41,7 +41,7 @@ enum {
RM_MAX,
};
-typedef struct xcb_cursor_context_t {
+struct xcb_cursor_context_t {
xcb_connection_t *conn;
xcb_window_t root;