Fix warning

SVN revision: 23299
This commit is contained in:
sebastid 2006-06-08 19:05:41 +00:00 committed by sebastid
parent e4ef683139
commit 22e7a09bcb
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ e_place_zone_cursor(E_Zone *zone, int x, int y, int w, int h, int it, int *rx, i
int cursor_x = 0, cursor_y = 0;
int zone_right, zone_bottom;
E_OBJECT_CHECK(zone);
E_OBJECT_CHECK_RETURN(zone, 0);
ecore_x_pointer_xy_get(zone->container->win, &cursor_x, &cursor_y);
*rx = cursor_x - (w >> 1);