mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05: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:
parent
9569096991
commit
a8f9e2e919
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
||||
2003-04-29 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/bell.h: include Xlib.h before XKBlib.h which is required on
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user