aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb-util-cursor/files/patch-cursor_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xcb-util-cursor/files/patch-cursor_cursor.h')
-rw-r--r--x11/xcb-util-cursor/files/patch-cursor_cursor.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/xcb-util-cursor/files/patch-cursor_cursor.h b/x11/xcb-util-cursor/files/patch-cursor_cursor.h
deleted file mode 100644
index cef7e985d680..000000000000
--- a/x11/xcb-util-cursor/files/patch-cursor_cursor.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- cursor/cursor.h.orig 2013-08-28 13:57:29.231213533 +0200
-+++ cursor/cursor.h 2013-08-28 13:57:38.222207468 +0200
-@@ -154,7 +154,7 @@
- } __attribute__((packed)) xcint_image_t;
-
- /* shape_to_id.c */
--const int cursor_shape_to_id(const char *name);
-+int cursor_shape_to_id(const char *name);
-
- /* parse_cursor_file.c */
- int parse_cursor_file(xcb_cursor_context_t *c, const int fd, xcint_image_t **images, int *nimg);