mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Fix a typo
This commit is contained in:
parent
e841d44b6f
commit
b0de3d9ded
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ request_cursor_notify(struct wl_listener *listener, void *data)
|
|||
seat->seat->pointer_state.focused_client;
|
||||
|
||||
/*
|
||||
* This can be sent by any client, so we check to make sure this one is
|
||||
* This can be sent by any client, so we check to make sure this one
|
||||
* actually has pointer focus first.
|
||||
*/
|
||||
if (focused_client == event->seat_client) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue