Missing object check

SVN revision: 12965
This commit is contained in:
xcomputerman 2005-01-14 19:24:57 +00:00 committed by xcomputerman
parent 8456bb62f3
commit 7bf106161c
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ e_pointer_container_set(E_Container *con)
int w, h;
Evas_Object *o;
int *pix;
E_OBJECT_CHECK(E_OBJECT(con));
o = evas_object_image_add(con->bg_evas);
if (ecore_x_cursor_color_supported_get())