- added patches build with gcc15 + unclutter-gcc15.patch OBS-URL: https://build.opensuse.org/request/show/1287157 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/unclutter?expand=0&rev=12
14 lines
391 B
Diff
14 lines
391 B
Diff
Index: unclutter.c
|
|
===================================================================
|
|
--- unclutter.c.orig
|
|
+++ unclutter.c
|
|
@@ -59,7 +59,7 @@ void usage(){
|
|
* window can disappear while we are trying to create the child. Trap and
|
|
* ignore these errors.
|
|
*/
|
|
-int (*defaulthandler)();
|
|
+XErrorHandler defaulthandler;
|
|
int errorhandler(display,error)
|
|
Display *display;
|
|
XErrorEvent *error;
|