[gtk+/client-side-decorations: 87/92] Add forward declaration of static function



commit c0892af0cfa97b1fa03d1cc9361e15eb19fcc7f0
Author: Cody Russell <bratsche gnome org>
Date:   Fri Dec 4 11:41:14 2009 -0600

    Add forward declaration of static function

 gtk/gtkwindow.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 71e373c..fe10f67 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -362,6 +362,9 @@ static void        window_cursor_changed       (GdkWindow  *window,
                                                 GParamSpec *pspec,
                                                 GtkWidget  *widget);
 
+static void        gtk_window_set_client_side_decorations (GtkWindow       *window,
+                                                           GdkWMDecoration  setting);
+
 static GSList      *toplevel_list = NULL;
 static guint        window_signals[LAST_SIGNAL] = { 0 };
 static GList       *default_icon_list = NULL;



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