ecore_evas/wayland: Remove hack for changed state.
authorRafael Antognolli <rafael.antognolli@intel.com>
Tue, 30 Apr 2013 19:29:00 +0000 (16:29 -0300)
committerRafael Antognolli <rafael.antognolli@intel.com>
Tue, 30 Apr 2013 19:31:43 +0000 (16:31 -0300)
commit1f58a59a61804b21915e29595d5565c2487f7bac
treec994b385c2b34ed318d136174529e73ae3012696
parenta9b500370ab0c98e58fe26e8b878bcb387e99099
ecore_evas/wayland: Remove hack for changed state.

Since we don't have a changed state callback on Wayland, just call the
changed_state callback of Ecore_Evas from the configure callback.
There's no need to add the Ecore_Job that will send the event later.

This makes the code cleaner, simpler, and will call the callback when
the configure event is received, which is a good place to check for the
changes.
src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/ecore_wayland/ecore_wl_window.c
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c