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



commit 6bd4d00b01b504baa49b1af35a8fe51cd8732074
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 4257591..c163c0d 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -3469,7 +3469,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]