summaryrefslogtreecommitdiff
path: root/gtk/gtkthemingengine.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-10-13 00:52:50 +0200
committerCarlos Garnacho <carlosg@gnome.org>2010-12-04 15:38:21 +0100
commit59b0fa81332d7ab6d30813cb86a5706ee0a734d0 (patch)
tree3a90f6bcfc117c6beaa8a69cecc6c4f7ed30836e /gtk/gtkthemingengine.h
parente8c103f652921530aa30ab9e829bbe485deb7d85 (diff)
downloadgtk+-59b0fa81332d7ab6d30813cb86a5706ee0a734d0.tar.gz
Remove GtkOrientation parameter from gtk_render_handle().
The case for paned can be guessed out from the height and width, for handlebox the orientation parameter doesn't make much sense, and this way it could also be used for resize grips.
Diffstat (limited to 'gtk/gtkthemingengine.h')
-rw-r--r--gtk/gtkthemingengine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h
index 8cbd75ad2d..47a4234f4b 100644
--- a/gtk/gtkthemingengine.h
+++ b/gtk/gtkthemingengine.h
@@ -130,8 +130,7 @@ struct GtkThemingEngineClass
gdouble x,
gdouble y,
gdouble width,
- gdouble height,
- GtkOrientation orientation);
+ gdouble height);
};
GType gtk_theming_engine_get_type (void) G_GNUC_CONST;