diff options
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r-- | src/windows/mainwindow.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index e67f6d2..b5b6fc1 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -39,6 +39,9 @@ public: private: void SetupMenu(); + void SetupDND(); + + void HandleDroppedURIs(const Gtk::SelectionData &selection); Gtk::Box m_main_box; Gtk::Box m_content_box; |