From 95effacb99b2466936ba831795a0955a3a97ecbc Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 11 Jul 2012 11:50:44 +0000 Subject: [PATCH] Elm: Patch from Robert Bradford 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 --- legacy/elementary/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index 209a546b19..b4d90c5047 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -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 +