mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Don't apply onscreen constraints to full screen windows. Fix for #110048
2003-05-01 Rob Adams <robadams@ucla.edu> * src/constraints.c (constraint_onscreen_applies_func): Don't apply onscreen constraints to full screen windows. Fix for #110048
This commit is contained in:
@ -338,6 +338,7 @@ static gboolean
|
||||
constraint_onscreen_applies_func (MetaWindow *window)
|
||||
{
|
||||
return
|
||||
!window->fullscreen &&
|
||||
window->type != META_WINDOW_DESKTOP &&
|
||||
window->type != META_WINDOW_DOCK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user