Root: fix more fullscreen bugs
Moving fullscreen views between outputs now works properly. A case in which we did not inform the client that it is no longer fullscreen has been fixed as well.
This commit is contained in:
@ -119,6 +119,9 @@ pending: struct {
|
||||
///
|
||||
/// This includes both floating/fullscreen views and those arranged in the layout.
|
||||
wm_stack: wl.list.Head(View, .pending_wm_stack_link),
|
||||
/// The view to be made fullscreen, if any.
|
||||
/// This state should only be read/written inside Root.applyPending()
|
||||
fullscreen: ?*View = null,
|
||||
},
|
||||
|
||||
/// The state most recently sent to the layout generator and clients.
|
||||
|
||||
Reference in New Issue
Block a user