efl_ui_win: fix build with no support for X

This commit is contained in:
Jean Guyomarc'h 2016-11-24 20:24:19 +01:00
parent 4c0187609f
commit 2a75a47b19
1 changed files with 2 additions and 0 deletions

View File

@ -3613,6 +3613,8 @@ typedef struct _resize_info {
#ifdef HAVE_ELEMENTARY_X
#define XDIR(d) , ECORE_X_NETWM_DIRECTION_##d
Ecore_X_Netwm_Direction x_dir;
#else
# define XDIR(d)
#endif
} resize_info;