diff options
author | Benjamin Otte <otte@redhat.com> | 2012-01-02 18:39:03 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-01-09 18:37:56 +0100 |
commit | a9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b (patch) | |
tree | 2cdda3969c884ae6e5282a9514bb1b1a01182064 /gtk/gtkstylepropertyprivate.h | |
parent | e8cb6f31651dcffec6370d94aa8a325f46467116 (diff) | |
download | gtk+-a9d1be0bef22fd6c628e97b8ec800eee0ea3dd3b.tar.gz |
stylecontext: Remove GtkStylePropertyContext from pack funcs
Diffstat (limited to 'gtk/gtkstylepropertyprivate.h')
-rw-r--r-- | gtk/gtkstylepropertyprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkstylepropertyprivate.h b/gtk/gtkstylepropertyprivate.h index 92cfb0761c..3d72facc80 100644 --- a/gtk/gtkstylepropertyprivate.h +++ b/gtk/gtkstylepropertyprivate.h @@ -43,8 +43,7 @@ typedef GParameter * (* GtkStyleUnpackFunc) (const GValue guint *n_params); typedef void (* GtkStylePackFunc) (GValue *value, GtkStyleProperties *props, - GtkStateFlags state, - GtkStylePropertyContext *context); + GtkStateFlags state); struct _GtkStyleProperty { |