Home
last modified time | relevance | path

Searched refs:hasPendingHint (Results 1 – 2 of 2) sorted by relevance

/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dpointerconstraints_v1_interface.cpp149 if (hasPendingHint) { in commit()
151 hasPendingHint = false; in commit()
172 hasPendingHint = true; in zwp_locked_pointer_v1_set_cursor_position_hint()
H A Dpointerconstraints_v1_interface_p.h53 bool hasPendingHint = false; variable