some changes
This commit is contained in:
Binary file not shown.
@ -12,5 +12,5 @@
|
||||
],
|
||||
"url": "https://github.com/hardpixel/unite-shell",
|
||||
"uuid": "unite@hardpixel.eu",
|
||||
"version": 43
|
||||
"version": 44
|
||||
}
|
@ -134,7 +134,6 @@ var MetaWindow = GObject.registerClass(
|
||||
win._uniteShellManaged = true
|
||||
|
||||
this.win = win
|
||||
this.app = WinTracker.get_window_app(win)
|
||||
this.xid = getXid(win)
|
||||
|
||||
this.signals = new Handlers.Signals()
|
||||
@ -173,6 +172,10 @@ var MetaWindow = GObject.registerClass(
|
||||
this.syncComponents()
|
||||
}
|
||||
|
||||
get app() {
|
||||
return WinTracker.get_window_app(this.win)
|
||||
}
|
||||
|
||||
get hasFocus() {
|
||||
return this.win.has_focus()
|
||||
}
|
||||
|
Reference in New Issue
Block a user