From 05d18aab1ce16f0f94ee70dbc0e8c8680d1a7c64 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 8 Jan 2024 19:55:19 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- docs/README-wayland.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README-wayland.md b/docs/README-wayland.md index ffbadced1a..c145230f8a 100644 --- a/docs/README-wayland.md +++ b/docs/README-wayland.md @@ -67,7 +67,7 @@ not set or is `SDL_FALSE`, applications can attach their own viewports or change backend will not interfere or change any values internally. In this case, calls to `SDL_SetWindowSize()` should pass the requested surface size in pixels, not the logical window size, as no scaling calculations will be done internally. -All window functions that control window state aside from `SDL_SetWindowSize()` are no-ops with custom surfaces. +All window functions that control window state aside from `SDL_SetWindowSize()` are no-ops with custom surfaces. Please see the minimal example in tests/testwaylandcustom.c for an example of how to use a custom, roleless surface and -attach it to an application-managed toplevel window. \ No newline at end of file +attach it to an application-managed toplevel window.