[gtk+] tests: Fixed argument naming inconsistancy
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] tests: Fixed argument naming inconsistancy
- Date: Tue, 23 Nov 2010 09:53:37 +0000 (UTC)
commit fad1bc0de434a46e3e014e74d890d4bee11c77f9
Author: Chris Kühl <chrisk openismus com>
Date: Tue Nov 23 10:48:44 2010 +0100
tests: Fixed argument naming inconsistancy
tests/gtkoffscreenbox.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/gtkoffscreenbox.c b/tests/gtkoffscreenbox.c
index a23a8bf..01ba8ef 100644
--- a/tests/gtkoffscreenbox.c
+++ b/tests/gtkoffscreenbox.c
@@ -13,10 +13,10 @@ static void gtk_offscreen_box_realize (GtkWidget *widget);
static void gtk_offscreen_box_unrealize (GtkWidget *widget);
static void gtk_offscreen_box_get_preferred_width (GtkWidget *widget,
gint *minimum,
- gint *maximum);
+ gint *natural);
static void gtk_offscreen_box_get_preferred_height (GtkWidget *widget,
gint *minimum,
- gint *maximum);
+ gint *natural);
static void gtk_offscreen_box_size_allocate (GtkWidget *widget,
GtkAllocation *allocation);
static gboolean gtk_offscreen_box_damage (GtkWidget *widget,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]