summaryrefslogtreecommitdiff
path: root/README.Wayland.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.Wayland.txt')
-rw-r--r--README.Wayland.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index 002a7f5e4..e7b705b13 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -44,7 +44,7 @@ Once after "git clone", create the configure file :
Prepare build with :
./configure --enable-wayland [--enable-shared]
-
+
Build with :
make
@@ -97,7 +97,7 @@ the common FLTK 1.3 construct :
will choke at compile time because it exposes X11-specific code to the non-X11, Wayland
environment. This should be written instead :
#include <FL/fl_config.h>
-
+
#ifdef __APPLE__
*** macOS-specific code ***
#elif defined(_WIN32)