windowManager: Support coords

This commit is contained in:
Jasper St. Pierre
2014-05-22 10:22:11 -04:00
parent a4cf0501ee
commit 752aca811c
5 changed files with 19 additions and 12 deletions

View File

@ -1163,8 +1163,8 @@ const WindowManager = new Lang.Class({
this._tilePreview.hide();
},
_showWindowMenu: function(shellwm, window) {
this._windowMenuManager.showForWindow(window);
_showWindowMenu: function(shellwm, window, x, y) {
this._windowMenuManager.showForWindow(window, x, y);
},
_startAppSwitcher : function(display, screen, window, binding) {