gentoo-ebuilds/media-gfx/cellwriter/files/cellwriter-1.3.6-gcc15.patch
Alexey Sokolov f50617f4ab
media-gfx/cellwriter: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/944485
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/41390
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-31 22:30:38 +01:00

13 lines
462 B
Diff

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;