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

@ -41,7 +41,9 @@ void _shell_wm_show_tile_preview (ShellWM *wm,
int tile_monitor);
void _shell_wm_hide_tile_preview (ShellWM *wm);
void _shell_wm_show_window_menu (ShellWM *wm,
MetaWindow *window);
MetaWindow *window,
int x,
int y);
gboolean _shell_wm_filter_keybinding (ShellWM *wm,
MetaKeyBinding *binding);