+ wxDataFormat format( atoms[i] );
+
+ wxLogTrace( TRACE_CLIPBOARD,
+ wxT("selection received for targets, format %s"),
+ format.GetId().c_str() );
+
+// printf( "format %s requested %s\n",
+// gdk_atom_name( atoms[i] ),
+// gdk_atom_name( clipboard->m_targetRequested ) );
+
+ if (format == clipboard->m_targetRequested)
+ {
+ clipboard->m_waiting = FALSE;
+ clipboard->m_formatSupported = TRUE;
+ return;
+ }