diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-02-15 15:24:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 15:24:25 +0100 |
| commit | 6fbfaba19d0a2d2dc7080e450d5055ff19ac89e1 (patch) | |
| tree | 8df0fc35817474ce6558bba94e739f5fef493d8d /fluid/widget_panel.h | |
| parent | a4d0f7d269dc01e0a22c56aef13aa1f23405969a (diff) | |
Move class Fl_Shortcut_Button from FLUID to core (#677) (#680)
Diffstat (limited to 'fluid/widget_panel.h')
| -rw-r--r-- | fluid/widget_panel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/widget_panel.h b/fluid/widget_panel.h index 6d6ddfe95..ddeed0b79 100644 --- a/fluid/widget_panel.h +++ b/fluid/widget_panel.h @@ -19,7 +19,7 @@ #ifndef widget_panel_h #define widget_panel_h #include <FL/Fl.H> -#include "Shortcut_Button.h" +#include "custom_widgets.h" #include <FL/Fl_Double_Window.H> #include <FL/Fl_Tabs.H> #include <FL/Fl_Group.H> @@ -79,8 +79,8 @@ extern void set_min_size_cb(Fl_Button*, void*); extern void max_w_cb(Fl_Value_Input*, void*); extern void max_h_cb(Fl_Value_Input*, void*); extern void set_max_size_cb(Fl_Button*, void*); -#include "Shortcut_Button.h" -extern void shortcut_in_cb(Shortcut_Button*, void*); +#include <FL/Fl_Shortcut_Button.H> +extern void shortcut_in_cb(Fl_Shortcut_Button*, void*); extern void xclass_cb(Fl_Input*, void*); #include <FL/Fl_Light_Button.H> extern void border_cb(Fl_Light_Button*, void*); |
