Elm_Win: Don't draw decorations for ELM_WIN_INLINED_IMAGE on

Wayland

Closes ticket #1419

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 78007
This commit is contained in:
Eduardo Lima (Etrunko) 2012-10-15 20:51:23 +00:00 committed by Eduardo de Barros Lima
parent 53c51e0512
commit 3e5e72a308
1 changed files with 3 additions and 2 deletions

View File

@ -2706,8 +2706,9 @@ elm_win_add(Evas_Object *parent,
{
TRAP(sd, fullscreen_set, 1);
}
else if (ENGINE_COMPARE(ELM_WAYLAND_SHM) ||
ENGINE_COMPARE(ELM_WAYLAND_EGL))
else if ((type != ELM_WIN_INLINED_IMAGE) &&
(ENGINE_COMPARE(ELM_WAYLAND_SHM) ||
ENGINE_COMPARE(ELM_WAYLAND_EGL)))
_elm_win_frame_add(sd, "default");
if (_elm_config->focus_highlight_enable)