ecore_wl2: Send configure complete when windows don't need configure
authorDerek Foreman <derekf@osg.samsung.com>
Thu, 17 Aug 2017 20:43:50 +0000 (15:43 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Fri, 18 Aug 2017 19:27:32 +0000 (14:27 -0500)
The intent of the "configure complete" event is to indicate that the
window is configured and ready to receive buffers.

For "windows" like mouse cursors, that's immediate - let them know.

src/lib/ecore_wl2/ecore_wl2_window.c

index ee063df..c9e77da 100644 (file)
@@ -524,7 +524,7 @@ ecore_wl2_window_show(Ecore_Wl2_Window *window)
         _ecore_wl2_window_show_send(window);
      }
    else
-     window->pending.configure = EINA_FALSE;
+     _configure_complete(window);
 }
 
 EAPI void