X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e08b761b0c5ecb6df295785b78f1f3637331887..9398120d298d745763f253d87d774be3b134b43f:/contrib/samples/fl/fl_demo2/fl_demo2.cpp?ds=inline diff --git a/contrib/samples/fl/fl_demo2/fl_demo2.cpp b/contrib/samples/fl/fl_demo2/fl_demo2.cpp index d209ce6e3d..ba978cc231 100644 --- a/contrib/samples/fl/fl_demo2/fl_demo2.cpp +++ b/contrib/samples/fl/fl_demo2/fl_demo2.cpp @@ -776,7 +776,7 @@ void MyFrame::DropInSomeBars( int layoutNo ) { if ( layoutNo == THIRD_LAYOUT ) { -#ifdef __WXGTK__ +#if defined(__WXGTK__) || defined(__WXX11__) cbCommonPaneProperties props; layout.GetPaneProperties( props ); props.mRealTimeUpdatesOn = FALSE; // real-time OFF for gtk!!! @@ -849,7 +849,7 @@ void MyFrame::CreateLayout( int layoutNo ) { pLayout->PushDefaultPlugins(); pLayout->AddPlugin( CLASSINFO( cbBarHintsPlugin ) ); // facny "X"es and beveal for bars -#ifdef __WXGTK__ +#if defined(__WXGTK__) || defined(__WXX11__) pLayout->AddPlugin( CLASSINFO( cbHintAnimationPlugin ) ); #endif pLayout->AddPlugin( CLASSINFO( cbRowDragPlugin ) );