[gtk+/client-side-decorations: 27/92] remove compute_child_allocation from GtkWindowClass



commit 0e6e52c19b2cf9ce3d6846afce317d53d24b675e
Author: Cody Russell <crussell canonical com>
Date:   Sun May 24 17:18:09 2009 +0200

    remove compute_child_allocation from GtkWindowClass

 gtk/gtkwindow.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index ed9c401..c1bd853 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -137,14 +137,12 @@ struct _GtkWindowClass
   
   void	   (*keys_changed)	       (GtkWindow	*window);
 
-  void     (*compute_child_allocation) (GtkWindow       *window,
-                                        GtkAllocation   *allocation);
-
   /* Padding for future expansion */
   void (*_gtk_reserved1) (void);
   void (*_gtk_reserved2) (void);
   void (*_gtk_reserved3) (void);
   void (*_gtk_reserved4) (void);
+  void (*_gtk_reserved5) (void);
 };
 
 #define GTK_TYPE_WINDOW_GROUP             (gtk_window_group_get_type ())



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