]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: Add struct cursor_context and clean up code
authorJohn Lindgren <john@jlindgren.net>
Mon, 12 Sep 2022 08:54:00 +0000 (04:54 -0400)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Thu, 15 Sep 2022 01:12:38 +0000 (03:12 +0200)
commit429c388333c50d64c0ec2e60b3300566d23a228d
tree9c8132848eab6a60f614fdf878ba111f9b44823e
parent89890b6be9bb79b701b5b257eb8efee0204ec744
cursor: Add struct cursor_context and clean up code

v2:
 - Add surface to cursor_context, rename c -> ctx
 - Factor out determine_resize_edges()
include/labwc.h
src/action.c
src/cursor.c
src/desktop.c