diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-03 19:26:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-03 19:26:36 +0000 |
commit | 44ec61dd97f1e159457b24458cf86ec39660efd7 (patch) | |
tree | 036b478f431462c22a8e0464d58854b2e86f4233 /examples/arrow | |
parent | 6803d93d38eb7f1cf09b89eeaf0cb414ab001d15 (diff) | |
download | gdk-pixbuf-44ec61dd97f1e159457b24458cf86ec39660efd7.tar.gz |
Re-extract.
2005-01-03 Matthias Clasen <mclasen@redhat.com>
* examples/*: Re-extract.
* docs/tutorial/gtk-tut.sgml: Small corrections.
Diffstat (limited to 'examples/arrow')
-rw-r--r-- | examples/arrow/arrow.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/arrow/arrow.c b/examples/arrow/arrow.c index 1ffca7d77..9d66e6ec9 100644 --- a/examples/arrow/arrow.c +++ b/examples/arrow/arrow.c @@ -1,11 +1,10 @@ -#include <config.h> #include <gtk/gtk.h> /* Create an Arrow widget with the specified parameters * and pack it into a button */ -GtkWidget *create_arrow_button( GtkArrowType arrow_type, - GtkShadowType shadow_type ) +static GtkWidget *create_arrow_button( GtkArrowType arrow_type, + GtkShadowType shadow_type ) { GtkWidget *button; GtkWidget *arrow; |