Added virtual pointer protocol

This commit is contained in:
vaxerski
2022-05-12 12:13:02 +02:00
parent ac7903f521
commit d438bd970a
7 changed files with 45 additions and 8 deletions

View File

@@ -71,6 +71,7 @@ struct SMouse {
pixman_region32_t confinedTo;
DYNLISTENER(commitConstraint);
DYNLISTENER(destroyMouse);
bool operator==(const SMouse& b) {
return mouse == b.mouse;