Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Apr 25, 2024
1 parent 94d9ee9 commit eb88012
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions SDL3/SDL_CreateWindowWithProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,19 @@ These are additional supported properties on Wayland:
times, the window may appear to be larger than the desktop space, and
possible loss of cursor precision can occur. New applications should be
designed with proper DPI awareness and handling instead of enabling this.
-
[`SDL_PROP_WINDOW_CREATE_WAYLAND_SURFACE_ROLE_CUSTOM_BOOLEAN`](SDL_PROP_WINDOW_CREATE_WAYLAND_SURFACE_ROLE_CUSTOM_BOOLEAN) - true if
the application wants to use the Wayland surface for a custom role and
does not want it attached to an XDG toplevel window. See
[README/wayland](README/wayland)
for more information on using custom surfaces.
- [`SDL_PROP_WINDOW_CREATE_WAYLAND_SURFACE_ROLE_CUSTOM_BOOLEAN`](SDL_PROP_WINDOW_CREATE_WAYLAND_SURFACE_ROLE_CUSTOM_BOOLEAN)
- true if the application wants to use the Wayland surface for a custom
role and does not want it attached to an XDG toplevel window. See
[README/wayland](README/wayland) for more information on using custom
surfaces.
- [`SDL_PROP_WINDOW_CREATE_WAYLAND_CREATE_EGL_WINDOW_BOOLEAN`](SDL_PROP_WINDOW_CREATE_WAYLAND_CREATE_EGL_WINDOW_BOOLEAN)
- true if the application wants an associated `wl_egl_window` object to
be created, even if the window does not have the OpenGL property or flag
set.
-
[`SDL_PROP_WINDOW_CREATE_WAYLAND_WL_SURFACE_POINTER`](SDL_PROP_WINDOW_CREATE_WAYLAND_WL_SURFACE_POINTER) - the wl_surface
associated with the window, if you want to wrap an existing window. See
[README/wayland](README/wayland)
for more information.
- [`SDL_PROP_WINDOW_CREATE_WAYLAND_WL_SURFACE_POINTER`](SDL_PROP_WINDOW_CREATE_WAYLAND_WL_SURFACE_POINTER)
- the wl_surface associated with the window, if you want to wrap an
existing window. See [README/wayland](README/wayland) for more
information.
These are additional supported properties on Windows:
Expand Down

0 comments on commit eb88012

Please sign in to comment.