summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H2
-rw-r--r--FL/platform.H1
2 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 4cee6c7a4..b0f8e6007 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -61,6 +61,8 @@ 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 <FL/Fl.H> for callback or handler functions passed as function parameters.
diff --git a/FL/platform.H b/FL/platform.H
index 81d5a737a..834a32392 100644
--- a/FL/platform.H
+++ b/FL/platform.H
@@ -76,6 +76,5 @@ extern FL_EXPORT void fl_close_display();
extern FL_EXPORT Window fl_window;
extern FL_EXPORT int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b);
extern FL_EXPORT void fl_open_callback(void (*)(const char *));
-extern FL_EXPORT void fl_disable_wayland();
#endif // !FL_PLATFORM_H