handle failure of gtk_drag_begin() (which can happen e.g. because gdk_pointer_grab...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Nov 2007 21:46:55 +0000 (21:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Nov 2007 21:46:55 +0000 (21:46 +0000)
commit86f19f7ce546b37e69a710d3f1140b8a7463239d
treee75ea1225648dc51660d0c1016c95886dce825ba
parentbef5e9e5f61f767c368966c1f4869e96e1fd664c
handle failure of gtk_drag_begin() (which can happen e.g. because gdk_pointer_grab() failed) in DoDragDrop() (patch 1825237) + minor cleanup in trunk version of the code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/dnd.h
src/gtk/dnd.cpp