]> git.mdlowis.com Git - proto/labwc.git/commit
cursor.c: rebase cursor when exiting interactive mode
authorJohan Malm <jgm323@gmail.com>
Sun, 28 Nov 2021 22:14:23 +0000 (22:14 +0000)
committerJohan Malm <jgm323@gmail.com>
Sun, 28 Nov 2021 22:14:23 +0000 (22:14 +0000)
commitafa299c080faa3894a9940d68db61b5db87f3dc0
tree04f37cf7e5f6c20519d1c7fd9b898f2e4549cf61
parent1c831bc051b1304fe6b76141b5bd6f79691f09e1
cursor.c: rebase cursor when exiting interactive mode

cursor_rebase() sets the cursor icon and sends a motion-event to the
surface below the cursor. It is made public in anticipation of using it
in various view_* functions.
include/labwc.h
src/cursor.c