Elm: Patch from Robert Bradford <robert.bradford@intel.com> to fix

trying to use an invalid X window when running under the Wayland
backend. Replaces the non-safe call to ecore_evas_window_get, with an
_elm_ee_xwin_get function that checks the used engine first. Replace
call to ecore_evas_window_get inside elm_cnp.



SVN revision: 73567
This commit is contained in:
Christopher Michael 2012-07-11 11:50:44 +00:00
parent 9a280627db
commit 95effacb99
1 changed files with 8 additions and 0 deletions

View File

@ -295,3 +295,11 @@
* Add elm_scroller_page_size_get() and
elm_scroller_page_relative_get() for consistency (some scrolling
widgets got these gettes before).
2012-07-10 Rob Bradford
* Expose into private API a function for getting the X window from an
Ecore_Evas using the backend safe functions.
* Use this new API to replace a non backend safe call in the copy and
paste code