From d08ea692771caa8e385412c2f992089672773e30 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 3 May 2025 12:03:43 +0200 Subject: Keep keyboard led when turning on global hotkeys, move files --- include/CursorTrackerX11.hpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 include/CursorTrackerX11.hpp (limited to 'include/CursorTrackerX11.hpp') diff --git a/include/CursorTrackerX11.hpp b/include/CursorTrackerX11.hpp deleted file mode 100644 index 66618c4..0000000 --- a/include/CursorTrackerX11.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -#include "CursorTracker.hpp" - -typedef struct _XDisplay Display; - -namespace gsr { - class CursorTrackerX11 : public CursorTracker { - public: - CursorTrackerX11(Display *dpy); - CursorTrackerX11(const CursorTrackerX11&) = delete; - CursorTrackerX11& operator=(const CursorTrackerX11&) = delete; - ~CursorTrackerX11() = default; - - void update() override {} - std::optional get_latest_cursor_info() override; - private: - Display *dpy = nullptr; - }; -} \ No newline at end of file -- cgit v1.2.3-70-g09d2