summaryrefslogtreecommitdiff
path: root/FL/wayland.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-20 07:33:08 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-20 07:33:08 +0100
commit8a53fc96117de38cc63515ff2e94d435184dbe9e (patch)
tree9eefebdc3d55f71b30e6ad4580cc46efdd9d5613 /FL/wayland.H
parentf375ff968977300a696422e2e73f59f57a32125c (diff)
Replace #if FLTK_USE_X11 by #ifdef FLTK_USE_X11
Diffstat (limited to 'FL/wayland.H')
-rw-r--r--FL/wayland.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/wayland.H b/FL/wayland.H
index 615d2afcf..d5aabab03 100644
--- a/FL/wayland.H
+++ b/FL/wayland.H
@@ -42,7 +42,7 @@ extern FL_EXPORT EGLContext fl_wl_glcontext(GLContext rc);
#ifndef FL_DOXYGEN
-# if FLTK_USE_X11
+# ifdef FLTK_USE_X11
// *********** for X11 component ***********
# include "x11.H"
# else