diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-30 17:37:55 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-30 17:37:55 +0200 |
| commit | 07fd2628febb512192239cc252087deb62da4866 (patch) | |
| tree | 895f2bd612078f0babcf2b5a09228806b92e6fb9 /FL/platform.H | |
| parent | fcdc2f0e102497313232cc7c0a570cc4c524a02b (diff) | |
Hybrid Wayland/X11 platform: improve control of chosen backend.
Diffstat (limited to 'FL/platform.H')
| -rw-r--r-- | FL/platform.H | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
