[gtk+/client-side-decorations: 27/50] remove compute_child_allocation from GtkWindowClass
- From: Cody Russell <bratsche src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+/client-side-decorations: 27/50] remove compute_child_allocation from GtkWindowClass
- Date: Wed, 8 Jul 2009 15:30:25 +0000 (UTC)
commit caae41b6d3f110f6687c5ea8968c501efed0fc27
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 8be0aac..166ede5 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]