summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/dview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/dview.h')
-rw-r--r--src/osd/sdl/dview.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/osd/sdl/dview.h b/src/osd/sdl/dview.h
index f6e26aa1441..e8218453fce 100644
--- a/src/osd/sdl/dview.h
+++ b/src/osd/sdl/dview.h
@@ -26,24 +26,24 @@ struct DView;
struct DViewClass
{
- GtkContainerClass parent_class;
- PangoFontDescription *fixedfont;
- int fixedfont_width, fixedfont_height;
+ GtkContainerClass parent_class;
+ PangoFontDescription *fixedfont;
+ int fixedfont_width, fixedfont_height;
};
struct DView
{
- GtkContainer parent;
- GtkAdjustment *hadj, *vadj;
- GtkWidget *hscrollbar, *vscrollbar;
- int hsz, vsz;
- int hs, vs;
- int tr, tc;
- gchar *name;
- PangoLayout *playout;
- GdkGC *gc;
- debug_view *view;
- int dv_type;
+ GtkContainer parent;
+ GtkAdjustment *hadj, *vadj;
+ GtkWidget *hscrollbar, *vscrollbar;
+ int hsz, vsz;
+ int hs, vs;
+ int tr, tc;
+ gchar *name;
+ PangoLayout *playout;
+ GdkGC *gc;
+ debug_view *view;
+ int dv_type;
};