summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-27 09:20:30 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-27 09:20:30 +0200
commitdc8c4b5676f81173271c0cface5fea53c815cbdc (patch)
tree142bb1c44c94750658f50c354002ca01cc534127 /FL
parent2b8f3a757a92caf66f2c380e296775ccbf6ebeaf (diff)
Wayland: replace public fl_event_time by static wld_event_time.
Diffstat (limited to 'FL')
-rwxr-xr-xFL/wayland.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/wayland.H b/FL/wayland.H
index 53145f816..598228c75 100755
--- a/FL/wayland.H
+++ b/FL/wayland.H
@@ -26,7 +26,6 @@ struct flWaylandRegion {
}; // a region is the union of a series of rectangles
#include <stdint.h>
-extern FL_EXPORT uint32_t fl_event_time;
FL_EXPORT struct wl_display *fl_wl_display();
FL_EXPORT struct wl_surface *fl_wl_surface(Window xid);