Files
LibreELEC.tv/packages/addons/addon-depends/chrome-depends/unclutter/patches/unclutter-0002-fix-gcc-15-1-build.patch
2025-05-18 01:49:14 +00:00

12 lines
392 B
Diff

--- a/unclutter.c 2025-05-17 23:11:53.709868560 +0000
+++ b/unclutter.c 2025-05-17 23:11:12.811903184 +0000
@@ -73,7 +73,7 @@
* window can disappear while we are trying to create the child. Trap and
* ignore these errors.
*/
-int (*defaulthandler)();
+int (*defaulthandler)(Display *display, XErrorEvent *error);
int errorhandler(display,error)
Display *display;
XErrorEvent *error;