[Xcb-commit] xcb/util-cursor: cursor

Michael Stapelberg stapelberg at kemper.freedesktop.org
Sun Aug 18 10:13:12 PDT 2013


 cursor/cursor.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9a30b01e383fd14cad4a525e3c21ff5c20ba605e
Author: Michael Stapelberg <michael at stapelberg.de>
Date:   Sun Aug 18 19:12:30 2013 +0200

    kill typedef, that is done in xcb_cursor, only define struct (Thanks Niclas)

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;
 


More information about the xcb-commit mailing list