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:
parent
2c3ebf8be5
commit
4b84311a44
@ -474,7 +474,7 @@ bool wxClipboard::AddData( wxDataObject *data )
|
||||
gtk_signal_connect( GTK_OBJECT(m_clipboardWidget),
|
||||
"selection_get",
|
||||
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
|
||||
/* disable GUI threads */
|
||||
|
Loading…
Reference in New Issue
Block a user