Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv20528/src/gui
Modified Files:
wxlwindow.cpp
Log Message:
fix compilation with latest cvs HEAD
Index: wxlwindow.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxlwindow.cpp,v
retrieving revision 1.138
retrieving revision 1.139
diff -b -u -2 -r1.138 -r1.139
--- wxlwindow.cpp 22 Jul 2003 22:01:41 -0000 1.138
+++ wxlwindow.cpp 14 Aug 2003 01:12:31 -0000 1.139
@@ -239,5 +239,9 @@
{
SetBackgroundColour(GetLayoutList()->GetDefaultStyleInfo().GetBGColour());
+#if wxCHECK_VERSION(2, 5, 0)
+ ClearBackground();
+#else
wxScrolledWindow::Clear();
+#endif
ResizeScrollbars(true);
SetDirty();
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates