Add error message for shell_surface_get.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-03 12:59:11 +01:00
parent 2e24547178
commit 4ad36e4d28
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ _e_desktop_shell_cb_shell_surface_get(struct wl_client *client, struct wl_resour
{
wl_resource_post_error(surface_resource,
WL_DISPLAY_ERROR_INVALID_OBJECT,
"");
"Shell surface already requested for surface");
return;
}
}