Merge pull request #5133 from J0hannes101/master

feat(cursor): use cursor-shape-v1 cursor names instead of Gdk::CursorType
This commit is contained in:
Alexis Rouillard
2026-07-04 00:30:33 +02:00
committed by GitHub
4 changed files with 18 additions and 21 deletions
+1 -1
View File
@@ -45,7 +45,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);