efl/src/lib/ecore_wayland
Alex Wu 41308aa729 From: Alex Wu <zhiwen.wu@linux.intel.com>
Date: Sat, 5 Jan 2013 10:50:19 +0800
Subject: [PATCH] ecore-wayland: Improve opaque setting logic.

1. Update win->region.opaque in ecore_wl_window_update_size, so that
the opaque info is synced with the geometry.

2. Add win->surface checking in ecore_wl_window_buffer_attach
before send any wl_surface related request, it will avoid segfault
in case that calling ecore_wl_window_buffer_attach() before
ecore_wl_window_show().

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82385
2013-01-08 07:21:47 +00:00
..
Ecore_Wayland.h efl/ecore_wayland: move docs to header. 2012-12-28 19:36:01 +00:00
ecore_wl.c efl/ecore_wayland: move docs to header. 2012-12-28 19:36:01 +00:00
ecore_wl_dnd.c merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ecore_wl_input.c efl/ecore_wayland: move docs to header. 2012-12-28 19:36:01 +00:00
ecore_wl_output.c merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ecore_wl_private.h merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ecore_wl_window.c From: Alex Wu <zhiwen.wu@linux.intel.com> 2013-01-08 07:21:47 +00:00