1 /**************************************************************************
2 * Copyright (C) 2017 tint2 authors
4 **************************************************************************/
6 #ifndef DRAG_AND_DROP_H
7 #define DRAG_AND_DROP_H
12 extern gboolean hidden_panel_shown_for_dnd
;
13 extern gboolean debug_dnd
;
17 void handle_dnd_enter(XClientMessageEvent
*e
);
18 void handle_dnd_position(XClientMessageEvent
*e
);
19 void handle_dnd_drop(XClientMessageEvent
*e
);
20 void handle_dnd_selection_notify(XSelectionEvent
*e
);