ecore-wl2: Use correct serial value
authorChris Michael <cp.michael@samsung.com>
Tue, 10 Jan 2017 13:49:24 +0000 (08:49 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 10 Jan 2017 13:51:33 +0000 (08:51 -0500)
commit90ab99cba6d45e0146104cf35a1128422d60eb30
tree1c95d3a5820c0a0a52baf5914ebbdf0248c048a1
parent6d4f1501bf73d19a22951432b6fce4f6a0c600a0
ecore-wl2: Use correct serial value

When we get a configure event, we should be using the current display
serial to set as the window configure serial value. Previous code
would always end up setting the window configure_serial to 0 as
win->display->serial was not getting updated.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_window.c