]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mobile/styles/styles.cpp
no message
[wxWidgets.git] / samples / mobile / styles / styles.cpp
index cf72c737860a54dfd22115fc5886b83d6da95a85..3c7de87fbcef5ccb7a4547513c8e36b3f90e6734 100644 (file)
@@ -44,7 +44,9 @@ MyFrame::MyFrame( wxWindow *parent, wxWindowID id, const wxString &title,
     image.LoadFile( "marble.jpg", wxBITMAP_TYPE_JPEG );
     
     wxBitmap bitmap( image );
     image.LoadFile( "marble.jpg", wxBITMAP_TYPE_JPEG );
     
     wxBitmap bitmap( image );
+#ifdef __WXUNIVERSAL__
     SetBackground( bitmap, 0, wxTILE );
     SetBackground( bitmap, 0, wxTILE );
+#endif
     
     new wxStaticText( this, -1, "This is text", wxPoint( 20,50 ) );
     
     
     new wxStaticText( this, -1, "This is text", wxPoint( 20,50 ) );