You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/skippy/files/skippy-pointer-size.patch

12 lines
208 B

--- a/wm.c
+++ b/wm.c
@@ -258,7 +258,7 @@
return 0;
for(i = 0; i < items_read; i++)
- l = dlist_add(l, (void*)((CARD32*)data)[i]);
+ l = dlist_add(l, (void*)((void**)data)[i]);
XFree(data);