* Clear _source->dest after drag, so if the next drag has the same source window, we still get dnd_position events if we stay inside the same window.

SVN revision: 19078
This commit is contained in:
lordchaos 2005-12-16 23:04:49 +00:00 committed by lordchaos
parent 0a4a3d8cfc
commit ab419159e9
1 changed files with 4 additions and 0 deletions

View File

@ -325,6 +325,10 @@ ecore_x_dnd_drop(void)
_source->state = ECORE_X_DND_SOURCE_IDLE;
}
ecore_x_window_ignore_set(_source->win, 0);
_source->dest = None;
return status;
}