summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/debug-cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/debug-cb.h')
-rw-r--r--src/osd/sdl/debug-cb.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/osd/sdl/debug-cb.h b/src/osd/sdl/debug-cb.h
index de4096dee40..84ef8f33db7 100644
--- a/src/osd/sdl/debug-cb.h
+++ b/src/osd/sdl/debug-cb.h
@@ -32,11 +32,11 @@ on_step_out_activate (GtkWidget *win);
GtkWidget*
debug_view_new (gchar *widget_name, gchar *string1, gchar *string2,
- gint int1, gint int2);
+ gint int1, gint int2);
GtkWidget*
dview_new (const gchar *widget_name, const gchar *string1, const gchar *string2,
- gint int1, gint int2);
+ gint int1, gint int2);
void
on_raw_opcodes_activate (GtkWidget *win);
@@ -79,7 +79,7 @@ on_dbpl_activate (GtkWidget *win);
GtkWidget*
dview_new (const gchar *widget_name, const gchar *string1, const gchar *string2,
- gint int1, gint int2);
+ gint int1, gint int2);
void
on_run_to_cursor_activate (GtkWidget *win);
@@ -89,23 +89,21 @@ on_set_breakpoint_at_cursor_activate (GtkWidget *win);
gboolean
on_disasm_button_press_event (GtkWidget *widget,
- GdkEventButton *event,
- gpointer user_data);
+ GdkEventButton *event,
+ gpointer user_data);
gboolean
on_memoryview_button_press_event (GtkWidget *widget,
- GdkEventButton *event,
- gpointer user_data);
+ GdkEventButton *event,
+ gpointer user_data);
gboolean
on_memoryview_key_press_event (GtkWidget *widget,
- GdkEventKey *event,
- gpointer user_data);
+ GdkEventKey *event,
+ gpointer user_data);
void
on_logical_addresses_group_changed (GtkWidget *win);
void
on_physical_addresses_group_changed (GtkWidget *win);
-
-