mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
clutter-stage: Fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=669122
This commit is contained in:
parent
b9ad93ad8d
commit
683f15ba68
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user