mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix a typo
This commit is contained in:
parent
3ca0d8a171
commit
3118886097
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;
|
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.
|
* actually has pointer focus first.
|
||||||
*/
|
*/
|
||||||
if (focused_client == event->seat_client) {
|
if (focused_client == event->seat_client) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue