ajwillia-ms pushed a commit to branch enlightenment-0.22. http://git.enlightenment.org/core/enlightenment.git/commit/?id=52319a6feb1cb29191831a20023b8bb1ace98144
commit 52319a6feb1cb29191831a20023b8bb1ace98144 Author: Andy Williams <[email protected]> Date: Fri Feb 9 11:28:49 2018 +0000 Remove E_BITFIELD as it is not present on this branch --- src/modules/xwayland/dnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/xwayland/dnd.c b/src/modules/xwayland/dnd.c index 826677f48..f139b677c 100644 --- a/src/modules/xwayland/dnd.c +++ b/src/modules/xwayland/dnd.c @@ -266,7 +266,7 @@ typedef struct Xfer_Data { EINA_INLIST; Eina_Binbuf *buf; - Eina_Bool xdnd E_BITFIELD; + Eina_Bool xdnd : 1; unsigned int offset; Ecore_Fd_Handler *fdh; } Xfer_Data; --
