diff options
author | Vaxry <[email protected]> | 2024-03-09 16:35:35 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-09 16:35:35 +0000 |
commit | 3f58e77e75efad11edf5a0f6fd41f57a796323aa (patch) | |
tree | 96a1517dc0659f138fbc79c009b126843ae89c78 /src/events/Devices.cpp | |
parent | 300d77edd9833db42c999a91271ae23a5be69ef2 (diff) | |
download | Hyprland-3f58e77e75efad11edf5a0f6fd41f57a796323aa.tar.gz Hyprland-3f58e77e75efad11edf5a0f6fd41f57a796323aa.zip |
deps: update wlroots
Diffstat (limited to 'src/events/Devices.cpp')
-rw-r--r-- | src/events/Devices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/Devices.cpp b/src/events/Devices.cpp index 64050320..f0d68337 100644 --- a/src/events/Devices.cpp +++ b/src/events/Devices.cpp @@ -74,7 +74,7 @@ void Events::listener_newInput(wl_listener* listener, void* data) { Debug::log(LOG, "Attached a touch device with name {}", DEVICE->name); g_pInputManager->newTouchDevice(DEVICE); break; - case WLR_INPUT_DEVICE_TABLET_TOOL: + case WLR_INPUT_DEVICE_TABLET: Debug::log(LOG, "Attached a tablet tool with name {}", DEVICE->name); g_pInputManager->newTabletTool(DEVICE); break; |