mirror of
https://github.com/elementary/gala.git
synced 2024-11-25 03:06:14 +01:00
DesktopIntegration: Emit windows changed on workspace changed (#2058)
This commit is contained in:
parent
3fb861a367
commit
2c744c7d6d
@ -24,6 +24,7 @@ public class Gala.DesktopIntegration : GLib.Object {
|
||||
public DesktopIntegration (WindowManagerGala wm) {
|
||||
this.wm = wm;
|
||||
wm.window_tracker.windows_changed.connect (() => windows_changed ());
|
||||
wm.get_display ().get_workspace_manager ().active_workspace_changed.connect (() => windows_changed ());
|
||||
}
|
||||
|
||||
public RunningApplication[] get_running_applications () throws GLib.DBusError, GLib.IOError {
|
||||
|
Loading…
Reference in New Issue
Block a user