From 6fbfaba19d0a2d2dc7080e450d5055ff19ac89e1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 15 Feb 2023 15:24:25 +0100 Subject: Move class Fl_Shortcut_Button from FLUID to core (#677) (#680) --- fluid/widget_panel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fluid/widget_panel.h') 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 -#include "Shortcut_Button.h" +#include "custom_widgets.h" #include #include #include @@ -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 +extern void shortcut_in_cb(Fl_Shortcut_Button*, void*); extern void xclass_cb(Fl_Input*, void*); #include extern void border_cb(Fl_Light_Button*, void*); -- cgit v1.2.3