pkgsrc-ng/games/quarry/patches/patch-src_gui-gtk_gtk-control-center.c
2013-09-26 17:14:40 +02:00

31 lines
694 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-src_gui-gtk_gtk-control-center.c,v 1.1 2012/11/16 00:50:39 joerg Exp $
--- src/gui-gtk/gtk-control-center.c.orig 2012-11-15 15:15:48.000000000 +0000
+++ src/gui-gtk/gtk-control-center.c
@@ -159,7 +159,7 @@ gtk_control_center_present (void)
-inline void
+void
gtk_control_center_window_created (GtkWindow *window)
{
windows = g_slist_prepend (windows, window);
@@ -188,14 +188,14 @@ gtk_control_center_window_destroyed (con
}
-inline void
+void
gtk_control_center_new_reason_to_live (void)
{
num_other_reasons_to_live++;
}
-inline void
+void
gtk_control_center_lost_reason_to_live (void)
{
if (--num_other_reasons_to_live == 0 && windows == NULL)