From 07d2031dde57711bee35fa0e8ca886fdb7ea0a41 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 8 Apr 2002 10:43:59 +0000 Subject: [PATCH] temporary compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/dcclient.cpp | 2 +- src/gtk1/dcclient.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk/dcclient.cpp b/src/gtk/dcclient.cpp index 929d71bfb9..63ab694b99 100644 --- a/src/gtk/dcclient.cpp +++ b/src/gtk/dcclient.cpp @@ -427,7 +427,7 @@ void wxWindowDC::DoFloodFill( wxCoord x, wxCoord y, memdc.SelectObject(wxNullBitmap); wxImage image = bitmap.ConvertToImage(); - image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction()); + //image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction()); bitmap = wxBitmap(image); memdc.SelectObject(bitmap); Blit(0, 0, width, height, &memdc, 0, 0); diff --git a/src/gtk1/dcclient.cpp b/src/gtk1/dcclient.cpp index 929d71bfb9..63ab694b99 100644 --- a/src/gtk1/dcclient.cpp +++ b/src/gtk1/dcclient.cpp @@ -427,7 +427,7 @@ void wxWindowDC::DoFloodFill( wxCoord x, wxCoord y, memdc.SelectObject(wxNullBitmap); wxImage image = bitmap.ConvertToImage(); - image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction()); + //image.DoFloodFill (x,y, GetBrush(), col, style, GetLogicalFunction()); bitmap = wxBitmap(image); memdc.SelectObject(bitmap); Blit(0, 0, width, height, &memdc, 0, 0); -- 2.45.2