Wayland: replace public fl_event_time by static wld_event_time.

This commit is contained in:
ManoloFLTK
2022-03-27 09:20:30 +02:00
parent 2b8f3a757a
commit dc8c4b5676
2 changed files with 8 additions and 9 deletions
-1
View File
@@ -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);