summaryrefslogtreecommitdiff
path: root/media-gfx/cellwriter/files/cellwriter-1.3.6-gcc15.patch
blob: 017650c5f952234278f2af4872b2168ec2612d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/944485

--- a/src/window.c
+++ b/src/window.c
@@ -571,7 +571,7 @@ static void print_window_xid(GtkWidget *widget)
         g_print("%d\n", (unsigned int)GDK_WINDOW_XID(widget->window));
 }
 
-static gint status_icon_embedded_check() {
+static gint status_icon_embedded_check(void* a) {
         if (!status_icon_embedded()) {
                 g_debug("Status icon failed to embed, showing window.");
                 window_shown = TRUE;