mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
23 lines
690 B
C
23 lines
690 B
C
$NetBSD: patch-widget_gtk_gtk2drawing.c,v 1.1 2016/02/14 07:30:54 ryoon Exp $
|
|
|
|
--- widget/gtk/gtk2drawing.c.orig 2015-03-27 02:20:33.000000000 +0000
|
|
+++ widget/gtk/gtk2drawing.c
|
|
@@ -831,7 +831,7 @@ moz_gtk_get_focus_outline_size(gint* foc
|
|
return MOZ_GTK_SUCCESS;
|
|
}
|
|
|
|
-gint
|
|
+static gint
|
|
moz_gtk_widget_get_focus(GtkWidget* widget, gboolean* interior_focus,
|
|
gint* focus_width, gint* focus_pad)
|
|
{
|
|
@@ -928,7 +928,7 @@ moz_gtk_splitter_get_metrics(gint orient
|
|
return MOZ_GTK_SUCCESS;
|
|
}
|
|
|
|
-gint
|
|
+static gint
|
|
moz_gtk_button_get_inner_border(GtkWidget* widget, GtkBorder* inner_border)
|
|
{
|
|
static const GtkBorder default_inner_border = { 1, 1, 1, 1 };
|