Missing object check

SVN revision: 12965
devs/princeamd/enlightenment-0.17-elive
xcomputerman 19 years ago committed by xcomputerman
parent 8456bb62f3
commit 7bf106161c
  1. 2
      src/bin/e_pointer.c

@ -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())

Loading…
Cancel
Save