diff options
author | Benjamin Otte <otte@redhat.com> | 2012-10-02 19:27:25 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-10-02 19:32:52 +0200 |
commit | dd9957769196f138262a7bad1a525ff174cc1df4 (patch) | |
tree | 4e1402b6e7011f5907a0109f256a10094a8d5c0b /gtk/gtkroundedboxprivate.h | |
parent | 101c6a05a996da84ef59d3ccbd27cf75905508ab (diff) | |
download | gtk+-dd9957769196f138262a7bad1a525ff174cc1df4.tar.gz |
gtk: Put private functions in headers and include those
This is part of a bunch of fixes for gcc complaining about
-Wmissing-declarations.
It puts functions into headers and includes those headers both where the
functions are defined and where they function are used.
Diffstat (limited to 'gtk/gtkroundedboxprivate.h')
-rw-r--r-- | gtk/gtkroundedboxprivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkroundedboxprivate.h b/gtk/gtkroundedboxprivate.h index 61b16e8217..a345a5c571 100644 --- a/gtk/gtkroundedboxprivate.h +++ b/gtk/gtkroundedboxprivate.h @@ -54,6 +54,11 @@ void _gtk_rounded_box_apply_border_radius_for_context (GtkRoundedBox GtkStyleContext *context, GtkJunctionSides junction); +void _gtk_rounded_box_grow (GtkRoundedBox *box, + double top, + double right, + double bottom, + double left); void _gtk_rounded_box_shrink (GtkRoundedBox *box, double top, double right, |