1
0
Fork 0

clutter-stage: Fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=669122
This commit is contained in:
Adel Gadllah 2013-02-03 12:11:01 +01:00
parent b9ad93ad8d
commit 683f15ba68

View file

@ -1518,7 +1518,7 @@ _clutter_stage_do_pick (ClutterStage *stage,
}
CLUTTER_NOTE (PICK, "Performing %s pick at %i,%i",
is_clipped ? "clippped" : "full", x, y);
is_clipped ? "clipped" : "full", x, y);
cogl_color_init_from_4ub (&stage_pick_id, 255, 255, 255, 255);
CLUTTER_TIMER_START (_clutter_uprof_context, pick_clear);