]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: generalize seat->pressed
authortokyo4j <hrak1529@gmail.com>
Thu, 20 Nov 2025 16:25:19 +0000 (01:25 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 30 Nov 2025 11:55:54 +0000 (20:55 +0900)
commitacb3da7903887a7ff658391c0d68fcda9e434433
tree0ecfa0906f682dea21330773fc9114225ec4673f
parent4fcb873f6f14c54c2e81451a3d2b90e839dc1967
cursor: generalize seat->pressed

This commit moduralize seat_{set,reset}_pressed() into
cursor_context_save() so that we can also have seat->hovered later.
include/input/cursor.h
include/labwc.h
src/dnd.c
src/input/cursor.c
src/seat.c
src/view.c
src/xdg.c
src/xwayland.c