[gtk+/client-side-decorations: 88/92] Mark create_blur_kernel() as static



commit 2d3ce9281c0bd701febbf35ef679b9ae0989d601
Author: Cody Russell <bratsche gnome org>
Date:   Fri Dec 4 12:32:10 2009 -0600

    Mark create_blur_kernel() as static

 gtk/gtkstyle.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index c7db093..41cb786 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -3493,7 +3493,7 @@ option_menu_get_props (GtkWidget      *widget,
 }
 
 /* gaussian blur kernel */
-pixman_fixed_t *
+static pixman_fixed_t *
 create_blur_kernel (gint     radius,
                     gint    *length)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]