Compile fix. Seems to work too, at quick glance.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -474,7 +474,7 @@ bool wxClipboard::AddData( wxDataObject *data )
|
|||||||
gtk_signal_connect( GTK_OBJECT(m_clipboardWidget),
|
gtk_signal_connect( GTK_OBJECT(m_clipboardWidget),
|
||||||
"selection_get",
|
"selection_get",
|
||||||
GTK_SIGNAL_FUNC(selection_handler),
|
GTK_SIGNAL_FUNC(selection_handler),
|
||||||
GUINT_TO_POINTER( gtk_get_current_event_time() ) );
|
GUINT_TO_POINTER( gdk_event_get_time(gtk_get_current_event()) ) );
|
||||||
|
|
||||||
#if wxUSE_THREADS
|
#if wxUSE_THREADS
|
||||||
/* disable GUI threads */
|
/* disable GUI threads */
|
||||||
|
Reference in New Issue
Block a user