From 4b945a3086011b6a59b5aef434cdbe8cda96c2de Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 8 Oct 2022 17:59:06 +0200 Subject: Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration. --- FL/Fl.H | 2 -- 1 file changed, 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl.H b/FL/Fl.H index fe4a9a746..a66f75684 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -61,8 +61,6 @@ extern FL_EXPORT const char* fl_local_ctrl; ///< string pointer used in shortcu extern FL_EXPORT const char* fl_local_meta; ///< string pointer used in shortcuts, you can change it to another language extern FL_EXPORT const char* fl_local_shift; ///< string pointer used in shortcuts, you can change it to another language -extern FL_EXPORT void fl_disable_wayland(); - /** \defgroup callback_functions Callback Function Typedefs \brief Typedefs defined in for callback or handler functions passed as function parameters. -- cgit v1.2.3