feat(cursor): use cursor-shape-v1 cursor names instead of Gdk::CursorType
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user