add back 'pixels' field structure for pointer

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-28 11:00:22 -04:00
parent 73ce914020
commit 88e61f09cc
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ struct _E_Pointer
// E_Pixmap *pixmap;
Ecore_Window win;
int *pixels;
int x, y, w, h;
const char *type;