mirror of
https://github.com/elementary/gala.git
synced 2024-12-23 01:01:55 +03:00
DesktopIntegration: Don't send positioned windows (#2020)
This commit is contained in:
parent
6f5d3234c5
commit
0dd5bd838d
@ -44,6 +44,10 @@ public class Gala.DesktopIntegration : GLib.Object {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (ShellClientsManager.get_instance ().is_positioned_window (window)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
switch (window.get_window_type ()) {
|
||||
case Meta.WindowType.NORMAL:
|
||||
case Meta.WindowType.DIALOG:
|
||||
|
Loading…
Reference in New Issue
Block a user