]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/image.cpp
Fixed XIM compilation, but doesn't work yet.
[wxWidgets.git] / samples / image / image.cpp
index 0fc51e19b14f625789f567c938caebff7082fe53..df33af7c8f60dbfe6ceabce873f654e4824e9883 100644 (file)
@@ -224,8 +224,8 @@ void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) )
   dc.DrawText( "PNM handler", 30, 1285 );
   if (my_horse_pnm && my_horse_pnm->Ok()) dc.DrawBitmap( *my_horse_pnm, 30, 1300 );
   
-  dc.DrawText( "TIFF handler", 30, 1415 );
-  if (my_horse_tiff && my_horse_tiff->Ok()) dc.DrawBitmap( *my_horse_pnm, 30, 1430 );
+  dc.DrawText( "TIFF handler", 30, 1515 );
+  if (my_horse_tiff && my_horse_tiff->Ok()) dc.DrawBitmap( *my_horse_pnm, 30, 1530 );
 }
 
 void MyCanvas::CreateAntiAliasedBitmap()