summaryrefslogtreecommitdiff
path: root/FL/platform.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-30 12:58:57 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-30 12:58:57 +0200
commitfcdc2f0e102497313232cc7c0a570cc4c524a02b (patch)
tree1ffc8c6fcbe0a2de801a055d2dce46d60f320dac /FL/platform.H
parent84af9661098286335e7c1d1d9ec6d407e05b1d21 (diff)
Attempt to improve fl_disable_wayland().
Diffstat (limited to 'FL/platform.H')
-rw-r--r--FL/platform.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/platform.H b/FL/platform.H
index 834a32392..81d5a737a 100644
--- a/FL/platform.H
+++ b/FL/platform.H
@@ -76,5 +76,6 @@ 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