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/gtkroundedbox.c | |
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/gtkroundedbox.c')
-rw-r--r-- | gtk/gtkroundedbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkroundedbox.c b/gtk/gtkroundedbox.c index 2b11982489..4aeffcde05 100644 --- a/gtk/gtkroundedbox.c +++ b/gtk/gtkroundedbox.c @@ -152,6 +152,7 @@ gtk_css_border_radius_grow (GtkRoundedBoxCorner *corner, corner->vertical = 0; } } + void _gtk_rounded_box_grow (GtkRoundedBox *box, double top, |