mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 07:52:42 +01:00 
			
		
		
		
	fix: lint
This commit is contained in:
		| @@ -111,9 +111,10 @@ class Task { | ||||
|   bool handle_clicked(GdkEventButton *); | ||||
|   bool handle_button_release(GdkEventButton *); | ||||
|   bool handle_motion_notify(GdkEventMotion *); | ||||
|   void handle_drag_data_get(const Glib::RefPtr<Gdk::DragContext>& context, Gtk::SelectionData& selection_data, guint info, guint time); | ||||
|   void handle_drag_data_received(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, Gtk::SelectionData selection_data, guint info, guint time); | ||||
|  | ||||
|   void handle_drag_data_get(const Glib::RefPtr<Gdk::DragContext> &context, | ||||
|                             Gtk::SelectionData &selection_data, guint info, guint time); | ||||
|   void handle_drag_data_received(const Glib::RefPtr<Gdk::DragContext> &context, int x, int y, | ||||
|                                  Gtk::SelectionData selection_data, guint info, guint time); | ||||
|  | ||||
|  public: | ||||
|   bool operator==(const Task &) const; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex
					Alex