]> git.mdlowis.com Git - proto/labwc.git/commit
Move input related source files into src/input/
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 3 Sep 2023 15:39:48 +0000 (17:39 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 30 Oct 2023 21:14:04 +0000 (21:14 +0000)
commit67a8ae8561dd1e92c8c850d19000320d8e74f0e3
tree42f35e3978253d0b602e8c8f9d58313d98781d29
parentd2c403b84f35459b0e6b721e459298fd7dd957a8
Move input related source files into src/input/
include/input/cursor.h [moved from include/cursor.h with 100% similarity]
include/input/key-state.h [moved from include/key-state.h with 100% similarity]
include/labwc.h
src/dnd.c
src/input/cursor.c [moved from src/cursor.c with 100% similarity]
src/input/key-state.c [moved from src/key-state.c with 98% similarity]
src/input/keyboard.c [moved from src/keyboard.c with 99% similarity]
src/input/meson.build [new file with mode: 0644]
src/input/touch.c [moved from src/touch.c with 100% similarity]
src/meson.build
src/seat.c