send ICCCM move/resize for configure requests on X windows
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 24 Jan 2014 21:01:01 +0000 (16:01 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Fri, 24 Jan 2014 21:01:01 +0000 (16:01 -0500)
somehow this got left out of the E19 handler, which broke apps that relied upon such notifications, most notably gnome-terminal

src/bin/e_comp_x.c

index de6ecc7..90c4baf 100644 (file)
@@ -1572,6 +1572,7 @@ _e_comp_x_configure_request(void *data  EINA_UNUSED, int type EINA_UNUSED, Ecore
      }
 
    /* FIXME: need to send synthetic stacking event too as well as move/resize */
+   _e_comp_x_client_move_resize_send(ec);
    return ECORE_CALLBACK_PASS_ON;
 }