We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5191 - Wayland fullscreen does not forward NULL output
Summary: Wayland fullscreen does not forward NULL output
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.13
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-14 21:32 UTC by Christian Rauch
Modified: 2020-06-15 16:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Rauch 2020-06-14 21:32:41 UTC
'SetFullscreen' uses output to determine if fullscreen should be set (output!=NULL) or unset (output==NULL).

However, the request xdg_toplevel.set_fullscreen also accepts NULL as output. From the protocol documentation:
> The output passed by the request indicates the client's preference as
> to which display it should be set fullscreen on. If this value is NULL,
> it's up to the compositor to choose which display will be used to map
> this surface.