From fcdc2f0e102497313232cc7c0a570cc4c524a02b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:58:57 +0200 Subject: Attempt to improve fl_disable_wayland(). --- FL/platform.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/platform.H') 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 -- cgit v1.2.3