fix shot module compile without x11 support

This commit is contained in:
Mike Blumenkrantz 2015-09-22 13:54:28 -04:00
parent 8b932b053e
commit 81ea29a715
1 changed files with 6 additions and 0 deletions

View File

@ -1020,6 +1020,11 @@ _wl_shot_now(E_Zone *zone, E_Client *ec, const char *params)
static void
_x_shot_now(E_Zone *zone, E_Client *ec, const char *params)
{
#ifdef HAVE_WAYLAND_ONLY
(void)zone;
(void)ec;
(void)params;
#else
Ecore_X_Image *img;
unsigned char *src;
unsigned int *dst;
@ -1117,6 +1122,7 @@ _x_shot_now(E_Zone *zone, E_Client *ec, const char *params)
free(dst);
ecore_x_image_free(img);
#endif
}
static Eina_Bool