feat(cursor): use cursor-shape-v1 cursor names instead of Gdk::CursorType

This commit is contained in:
Johannes Haase
2026-06-16 23:27:27 +02:00
parent 05945748dc
commit 47b2ff09b7
4 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class AModule : public IModule {
const Json::Value& config_;
Gtk::EventBox event_box_;
virtual void setCursor(Gdk::CursorType const& c);
virtual void setCursor(std::string const& c);
virtual bool handleToggle(GdkEventButton* const& ev);
virtual bool handleMouseEnter(GdkEventCrossing* const& ev);