SVN revision: 31971
This commit is contained in:
Carsten Haitzler 2007-10-05 04:54:45 +00:00
parent bba9407f40
commit e72bcc1b8b
1 changed files with 0 additions and 3 deletions

View File

@ -321,7 +321,6 @@ _e_pointer_type_set(E_Pointer *p, const char *type)
if (!p->evas) _e_pointer_canvas_add(p); if (!p->evas) _e_pointer_canvas_add(p);
o = p->pointer_object; o = p->pointer_object;
printf("## P SET EDJE\n");
if (p->color) if (p->color)
{ {
snprintf(cursor, sizeof(cursor), "e/pointer/enlightenment/%s/color", type); snprintf(cursor, sizeof(cursor), "e/pointer/enlightenment/%s/color", type);
@ -336,7 +335,6 @@ _e_pointer_type_set(E_Pointer *p, const char *type)
} }
edje_object_part_swallow(p->pointer_object, "e.swallow.hotspot", p->hot_object); edje_object_part_swallow(p->pointer_object, "e.swallow.hotspot", p->hot_object);
p->hot.update = 1; p->hot.update = 1;
printf("## P SET EDJE - DONE OK\n");
return 1; return 1;
} }
fallback: fallback:
@ -427,6 +425,5 @@ _e_pointer_type_set(E_Pointer *p, const char *type)
} }
if (cursor) ecore_x_cursor_free(cursor); if (cursor) ecore_x_cursor_free(cursor);
} }
printf("## P SET EDJE - DONE FALLBACK\n");
return 1; return 1;
} }