diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-24 06:30:33 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-24 06:30:33 +0100 |
| commit | 70f61a63f4cc6ff53d8d6e7c60dd21ff71b9414e (patch) | |
| tree | 394d4996d9f6951848b8e0218346b4f3214c49af /FL | |
| parent | 194164054b5a2de2da7ce8696910586c66d2f3a8 (diff) | |
| parent | 29c6d6c679d873988581e878f395399a6c4bb369 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'FL')
| -rwxr-xr-x | FL/wayland.H | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/FL/wayland.H b/FL/wayland.H index 626ac9e02..53145f816 100755 --- a/FL/wayland.H +++ b/FL/wayland.H @@ -20,8 +20,6 @@ typedef struct wld_window *Window; -extern struct wl_display *fl_display; - struct flWaylandRegion { int count; struct _cairo_rectangle *rects; @@ -30,5 +28,6 @@ struct flWaylandRegion { #include <stdint.h> extern FL_EXPORT uint32_t fl_event_time; -extern FL_EXPORT struct wl_surface *fl_wl_surface(Window xid); -extern FL_EXPORT struct _cairo *fl_wl_cairo(); +FL_EXPORT struct wl_display *fl_wl_display(); +FL_EXPORT struct wl_surface *fl_wl_surface(Window xid); +FL_EXPORT struct _cairo *fl_wl_cairo(); |
