diff options
Diffstat (limited to 'src/osd/sdl/debug-sup.h')
-rw-r--r-- | src/osd/sdl/debug-sup.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/osd/sdl/debug-sup.h b/src/osd/sdl/debug-sup.h index 2dea079c2a4..eda41f7cea1 100644 --- a/src/osd/sdl/debug-sup.h +++ b/src/osd/sdl/debug-sup.h @@ -19,7 +19,7 @@ * you want returned. */ GtkWidget* lookup_widget (GtkWidget *widget, - const gchar *widget_name); + const gchar *widget_name); /* Use this function to set the directory containing installed pixmaps. */ @@ -32,13 +32,12 @@ void add_pixmap_directory (const gchar *directory); /* This is used to create the pixmaps used in the interface. */ GtkWidget* create_pixmap (GtkWidget *widget, - const gchar *filename); + const gchar *filename); /* This is used to create the pixbufs used in the interface. */ GdkPixbuf* create_pixbuf (const gchar *filename); /* This is used to set ATK action descriptions. */ void glade_set_atk_action_description (AtkAction *action, - const gchar *action_name, - const gchar *description); - + const gchar *action_name, + const gchar *description); |