From b03d97a05e5690345ad8b186f0d802e37cfbc279 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 209a546..b4d90c5 100644 --- a/ChangeLog +++ b/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 + -- 2.7.4