]> git.mdlowis.com Git - proto/labwc.git/commit
cursor: Use enum for server set cursor names
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 16 Sep 2022 00:23:44 +0000 (02:23 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 16 Sep 2022 20:30:40 +0000 (21:30 +0100)
commite30fce6c3464edec14a495325a85d511182c9702
tree6fd8948930b6a2e198de44beb212bdc5550adeac
parentf4919428583bddcbac671578ad124c5beafcd753
cursor: Use enum for server set cursor names

This mainly prevents having to use strcmp() on every mouse move.
include/cursor.h
include/labwc.h
src/cursor.c
src/interactive.c
src/ssd/ssd.c