mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 09:00:10 +01:00
xwayland: Add an output name for fullscreen
Add a output name to the xwl_screen. This is preparation work for fullscreen rootful on a specific output, no functional change. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Acked-by: Michel Dänzer <mdaenzer@redhat.com>
This commit is contained in:
parent
d99e98ad68
commit
01e31f5d95
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ struct xwl_screen {
|
|||
int libdecor_fd;
|
||||
struct libdecor *libdecor_context;
|
||||
#endif
|
||||
const char *output_name;
|
||||
};
|
||||
|
||||
/* Apps which use randr/vidmode to change the mode when going fullscreen,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue