Skip to content

Commit 66b40cf

Browse files
Update WAYLAND record
1 parent 788d912 commit 66b40cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

units/sdlsyswm.inc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,12 @@ type
152152
__WMINFO_WAYLAND = record
153153
display: wl_display; {**< Wayland display *}
154154
surface: wl_surface; {**< Wayland surface *}
155-
shell_surface: wl_shell_surface; {**< Wayland shell_surface (window manager handle) *}
155+
shell_surface: Pointer; {**< DEPRECATED Wayland shell_surface (window manager handle) *}
156+
egl_window: wl_egl_window; {**< Wayland EGL window (native window) *}
157+
xdg_surface: xdg_surface; {**< Wayland xdg surface (window manager handle) *}
158+
xdg_toplevel: xdg_toplevel; {**< Wayland xdg toplevel role *}
159+
xdg_popup: xdg_popup; {**< Wayland xdg popup role *}
160+
xdg_positioner: xdg_positioner; {**< Wayland xdg positioner, for popup *}
156161
end;
157162
{$ENDIF}
158163

0 commit comments

Comments
 (0)