use new pixmap id for internal wl wins

This commit is contained in:
Mike Blumenkrantz 2015-01-28 17:34:05 -05:00
parent 7a0ea605e6
commit 1680de7ff2
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
type = E_PIXMAP_TYPE_WL;
ctx->pointer = e_comp->pointer;
elm_win_borderless_set(o, 1);
win = ((uint64_t)win << 32) + getpid();
}
else
{