devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=88e61f09cc6e723fc9191219cc294fcbed0711dd
commit 88e61f09cc6e723fc9191219cc294fcbed0711dd Author: Chris Michael <[email protected]> Date: Thu Aug 28 11:00:22 2014 -0400 add back 'pixels' field structure for pointer Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_pointer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_pointer.h b/src/bin/e_pointer.h index cbc5ad1..097d194 100644 --- a/src/bin/e_pointer.h +++ b/src/bin/e_pointer.h @@ -35,6 +35,7 @@ struct _E_Pointer // E_Pixmap *pixmap; Ecore_Window win; + int *pixels; int x, y, w, h; const char *type; --
