Refactoring

This commit is contained in:
o9000
2017-08-31 18:38:31 +02:00
parent 6852e25372
commit 1e45abe988
28 changed files with 931 additions and 836 deletions

View File

@@ -33,6 +33,8 @@ static int dnd_sent_request;
static char *dnd_launcher_exec;
static gboolean dnd_debug = FALSE;
gboolean hidden_panel_shown_for_dnd;
void dnd_init()
{
dnd_source_window = 0;
@@ -42,6 +44,7 @@ void dnd_init()
dnd_atom = None;
dnd_sent_request = 0;
dnd_launcher_exec = 0;
hidden_panel_shown_for_dnd = FALSE;
}
void handle_dnd_enter(XClientMessageEvent *e)