summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-25 15:48:54 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-25 15:48:54 +0200
commit60645181007340f912219a9bfe7d500f0174cf92 (patch)
tree47d4077619df76e94b0a009c7f62f71ab5129bb4 /src/drivers/Wayland
parentfeac10ec891470be6f66afe412b0bbd44eb586e0 (diff)
Remove unneeded FL_EXPORT declaration.
Diffstat (limited to 'src/drivers/Wayland')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
index 6a185ed79..372d08b32 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
@@ -138,7 +138,7 @@ struct pointer_output {
Fl_Wayland_Screen_Driver::compositor_name Fl_Wayland_Screen_Driver::compositor = Fl_Wayland_Screen_Driver::unspecified;
extern "C" {
- FL_EXPORT bool fl_libdecor_using_weston(void) {
+ bool fl_libdecor_using_weston(void) {
return Fl_Wayland_Screen_Driver::compositor == Fl_Wayland_Screen_Driver::WESTON;
};
}