compilation error fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -805,7 +805,7 @@ wxDragResult wxDropSource::DoDragDrop( bool allowMove )
|
|||||||
action |= GDK_ACTION_MOVE;
|
action |= GDK_ACTION_MOVE;
|
||||||
GdkDragContext *context = gtk_drag_begin( m_widget,
|
GdkDragContext *context = gtk_drag_begin( m_widget,
|
||||||
target_list,
|
target_list,
|
||||||
action,
|
(GdkDragAction)action,
|
||||||
button_number, /* number of mouse button which started drag */
|
button_number, /* number of mouse button which started drag */
|
||||||
(GdkEvent*) &event );
|
(GdkEvent*) &event );
|
||||||
|
|
||||||
|
@@ -805,7 +805,7 @@ wxDragResult wxDropSource::DoDragDrop( bool allowMove )
|
|||||||
action |= GDK_ACTION_MOVE;
|
action |= GDK_ACTION_MOVE;
|
||||||
GdkDragContext *context = gtk_drag_begin( m_widget,
|
GdkDragContext *context = gtk_drag_begin( m_widget,
|
||||||
target_list,
|
target_list,
|
||||||
action,
|
(GdkDragAction)action,
|
||||||
button_number, /* number of mouse button which started drag */
|
button_number, /* number of mouse button which started drag */
|
||||||
(GdkEvent*) &event );
|
(GdkEvent*) &event );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user