From: Alex Wu <zhiwen.wu@linux.intel.com>
authorAlex Wu <zhiwen.wu@linux.intel.com>
Tue, 8 Jan 2013 07:21:47 +0000 (07:21 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 8 Jan 2013 07:21:47 +0000 (07:21 +0000)
commit41308aa72918b9b46f0aedfff052c47fe3585bba
treea7ef5acf2a2dbcc3cb2cff0f9649b69533f59979
parent67769cc39fed35080fe8c145ba7a9635124f77b9
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
src/lib/ecore_wayland/ecore_wl_window.c