#include "wx/app.h"
#include "wx/utils.h"
#include "wx/window.h"
+ #include "wx/gdicmn.h"
#endif
-#include "wx/gdicmn.h"
-
#include "wx/gtk/private.h"
#include <gdk/gdkprivate.h>
static gint
gtk_dnd_window_configure_callback( GtkWidget *WXUNUSED(widget), GdkEventConfigure *WXUNUSED(event), wxDropSource *source )
{
- if (g_isIdle)
- wxapp_install_idle_handler();
+ // don't need to install idle handler, its done from "event" signal
source->GiveFeedback( ConvertFromGTK(source->m_dragContext->action) );