Added debug code to clipbard

changed colour reporting to PS


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-03-31 13:01:43 +00:00
parent cd7f122719
commit 3c1b65a4a8
3 changed files with 18 additions and 13 deletions

View File

@@ -75,6 +75,9 @@ targets_selection_received( GtkWidget *WXUNUSED(widget),
for (unsigned int i=0; i<selection_data->length/sizeof(GdkAtom); i++)
{
char *name = gdk_atom_name (atoms[i]);
if (name) printf( "Format available: %s.\n", name );
if (atoms[i] == clipboard->m_targetRequested)
{
clipboard->m_formatSupported = TRUE;