freebsd-ports/x11/xcb-util-cursor/files/patch-cursor_cursor.h
Niclas Zeising c30daf2012 Update to 0.1.0
Add dependency on gperf.
Fix build with out ancient gcc.
2013-08-28 12:19:55 +00:00

11 lines
421 B
C

--- 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);