discomfitor pushed a commit to branch master.

commit 64dff197079ff854b875b844ebf0fd6653dc9e82
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Aug 14 08:05:57 2013 +0100

    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
---
 src/modules/wl_desktop_shell/e_mod_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/modules/wl_desktop_shell/e_mod_main.c 
b/src/modules/wl_desktop_shell/e_mod_main.c
index e67f7e9..46e002a 100644
--- a/src/modules/wl_desktop_shell/e_mod_main.c
+++ b/src/modules/wl_desktop_shell/e_mod_main.c
@@ -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;
 

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to