wl-desktop-shell: Always set netwm.ping on the client

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-11-03 11:44:27 -05:00
parent 979ba2f467
commit dd983b2e79
1 changed files with 2 additions and 3 deletions

View File

@ -1189,11 +1189,10 @@ _e_xdg_shell_cb_surface_get(struct wl_client *client, struct wl_resource *resour
"No Client For Pixmap");
return;
}
/* e_pixmap_ref(ep); */
ec->netwm.ping = EINA_TRUE;
}
ec->netwm.ping = EINA_TRUE;
/* get the client data */
if (!(cdata = ec->comp_data))
{