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/piedock/files/piedock-1.6.1-signals.patch

11 lines
173 B

--- a/src/main.cpp
+++ b/src/main.cpp
@@ -25,6 +25,7 @@
#include <stdlib.h>
#ifdef HAVE_GTK
+#undef signals // Collides with GTK symbols
#include <gtk/gtk.h>
#endif