From 8abd1fe7a65a0f3ea779fe22db20ab450b6d8fee Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 2 Aug 2012 06:26:03 +0000 Subject: [PATCH] Ecore_Evas: Update ChangeLog with ecore_evas_wayland fullscreen patch. SVN revision: 74775 --- legacy/ecore/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/ecore/ChangeLog b/legacy/ecore/ChangeLog index d3d7e77786..cc7812c9c0 100644 --- a/legacy/ecore/ChangeLog +++ b/legacy/ecore/ChangeLog @@ -823,3 +823,9 @@ * Fix ecore-x selection handling to fall back to getting selection directly if getting targets fails. This fixes e17 to elm cnp. + +2012-08-01 Rob Bradford + + * Support setting fullscreen on Ecore_Evas's under the Wayland engine + before they are visible. The fullscreening will then be applied when + they become visible.