mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
unclutter: fix gcc-15 build
This commit is contained in:
parent
e43b9f9e39
commit
cbec1b03df
@ -0,0 +1,11 @@
|
|||||||
|
--- 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;
|
Loading…
x
Reference in New Issue
Block a user