mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
seat: Remove incorrect comment above repick
This commit is contained in:
parent
4b7d77864a
commit
e02bf13206
@ -315,11 +315,6 @@ meta_wayland_seat_handle_event (MetaWaylandSeat *seat,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The actor argument can be NULL in which case a Clutter pick will be
|
|
||||||
performed to determine the right actor. An actor should only be
|
|
||||||
passed if the repick is being performed due to an event in which
|
|
||||||
case Clutter will have already performed a pick so we can avoid
|
|
||||||
redundantly doing another one */
|
|
||||||
void
|
void
|
||||||
meta_wayland_seat_repick (MetaWaylandSeat *seat,
|
meta_wayland_seat_repick (MetaWaylandSeat *seat,
|
||||||
const ClutterEvent *for_event)
|
const ClutterEvent *for_event)
|
||||||
|
Loading…
Reference in New Issue
Block a user