ignore wl shell client move/resize end hooks for now

wayland has no concept of non-pointer-based move/resize, so if these get triggered by, eg. a keyboard action, we're pretty fucked
This commit is contained in:
Mike Blumenkrantz 2013-08-14 08:05:57 +01:00
parent bba1dcfad7
commit 64dff19707
1 changed files with 2 additions and 0 deletions

View File

@ -1505,6 +1505,7 @@ _e_wl_shell_shell_surface_cb_bd_move_end(void *data, void *bd)
struct wl_pointer *ptr = NULL;
E_Border *border = NULL;
/* FIXME: wayland move/resize with keyboard ? */return;
/* try to cast data to our surface structure */
if (!(ews = data)) return;
@ -1563,6 +1564,7 @@ _e_wl_shell_shell_surface_cb_bd_resize_end(void *data, void *bd)
struct wl_pointer *ptr = NULL;
E_Border *border = NULL;
/* FIXME: wayland move/resize with keyboard ? */return;
/* try to cast data to our surface structure */
if (!(ews = data)) return;