File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments