shot: Disable window shots in wayland for now

NB: Feature still being developed

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-08 15:41:23 -04:00
parent 3d90de80b7
commit 921b882e9d
1 changed files with 8 additions and 0 deletions

View File

@ -937,6 +937,14 @@ _wl_shot_now(E_Zone *zone, E_Client *ec, const char *params)
if ((win) || (url_up)) return;
if ((!zone) && (!ec)) return;
if (ec)
{
e_util_dialog_show(_("Error - Cannot take window shot"),
_("Carry on my wayland son. This feature not implemented yet."));
return;
}
if (zone)
{
sw = e_comp->w;