]> git.mdlowis.com Git - proto/labwc.git/commit
Fix some warnings from clang-tidy
authortokyo4j <hrak1529@gmail.com>
Mon, 28 Jul 2025 04:54:10 +0000 (13:54 +0900)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 28 Jul 2025 13:27:45 +0000 (15:27 +0200)
commitbdaf85eda11befa5882f6dcd17786b393022ef76
treeca242ca7247039b3e60cb1f36f8d723bf7cb85ff
parentb3b6715cdf678549116edae25827dcb42bac06fe
Fix some warnings from clang-tidy

Notably this fixes a possible null pointer dereference in warp_cursor()
when output_nearest_to_cursor() returns null.
src/action.c
src/input/cursor.c
src/xdg.c