summaryrefslogtreecommitdiff
path: root/README.Wayland.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-31 16:00:11 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-03-31 16:00:11 +0200
commite91d65cd2fa4ea1965de5035e658bb866fcf38db (patch)
tree7f76333dd3bf942e36fe1ec75fcc54bc86fad96e /README.Wayland.txt
parent34d02a3ddf4753d512863b064998d163dc7e1da4 (diff)
Fix whitespace errors (no code changes)
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)