summaryrefslogtreecommitdiff
path: root/test/style_ui.H
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-10-19 21:00:26 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-10-19 21:00:26 +0000
commit90e8eb7a4501562728d016eddc31225e7a4bd7fc (patch)
treec63dc0778f8c6385cf230aa66978a116426e0d9d /test/style_ui.H
parent1a86a0ede02de76c617165fb3555c192f0b74347 (diff)
More changes from Bill Spitzak.
git-svn-id: file:///fltk/svn/fltk/trunk@20 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/style_ui.H')
-rw-r--r--test/style_ui.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/style_ui.H b/test/style_ui.H
index 78a9f55d7..4d245ee3d 100644
--- a/test/style_ui.H
+++ b/test/style_ui.H
@@ -22,6 +22,6 @@ extern void font_cb(Fl_Choice*, long);
extern void font_size_cb(Fl_Value_Input*, long);
extern void scrollbar_thickness_cb(Fl_Value_Slider*, void*);
extern void text_box_thickness_cb(Fl_Value_Slider*, void*);
-extern Fl_Window *style_panel;
-void show_style_panel();
+extern Fl_Double_Window *style_panel;
+Fl_Double_Window* show_style_panel();
extern Fl_Menu_Item menu_[];