From: Václav Slavík Date: Sun, 7 Oct 2001 14:33:56 +0000 (+0000) Subject: FloodFill not in MGL, either X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bc6abe52a7efc74f421a24d9652900b00249a0d1 FloodFill not in MGL, either git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/drawing/drawing.cpp b/samples/drawing/drawing.cpp index 145fdf19e6..4903011b23 100644 --- a/samples/drawing/drawing.cpp +++ b/samples/drawing/drawing.cpp @@ -622,7 +622,7 @@ void MyCanvas::DrawDefault(wxDC& dc) { // mark the origin dc.DrawCircle(0, 0, 10); -#if !(defined __WXGTK__) && !(defined __WXMOTIF__) +#if !(defined __WXGTK__) && !(defined __WXMOTIF__) && !(defined __WXMGL__) // not implemented in wxGTK or wxMOTIF :-( dc.FloodFill(0, 0, wxColour(255, 0, 0)); #endif //