summaryrefslogtreecommitdiff
path: root/tests/gtkoffscreenbox.c
diff options
context:
space:
mode:
authorChris Kühl <chrisk@openismus.com>2010-11-23 10:48:44 +0100
committerChris Kühl <chrisk@openismus.com>2010-11-23 10:49:44 +0100
commitfad1bc0de434a46e3e014e74d890d4bee11c77f9 (patch)
tree7825b74a7d591476a103f2f5e13d70dbf939cfc3 /tests/gtkoffscreenbox.c
parent6c6b49392629a8ee2facafb66c8867a49a3e9036 (diff)
downloadgtk+-fad1bc0de434a46e3e014e74d890d4bee11c77f9.tar.gz
tests: Fixed argument naming inconsistancy
Diffstat (limited to 'tests/gtkoffscreenbox.c')
-rw-r--r--tests/gtkoffscreenbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtkoffscreenbox.c b/tests/gtkoffscreenbox.c
index a23a8bfa82..01ba8ef30d 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,