From: Vadim Zeitlin Date: Wed, 14 Mar 2007 17:11:52 +0000 (+0000) Subject: removed wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/87d34730704b8dc72402ad091251b1178b16ecc7 removed wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/motif/setup0.h b/include/wx/motif/setup0.h index 8238d310d1..25ef8c3cb8 100644 --- a/include/wx/motif/setup0.h +++ b/include/wx/motif/setup0.h @@ -1246,10 +1246,6 @@ // wxDC cacheing implementation #define wxUSE_DC_CACHEING 1 -// Set this to 1 to enable the use of DIB's for wxBitmap to support -// bitmaps > 16MB on Win95/98/Me. Set to 0 to use DDB's only. -#define wxUSE_DIB_FOR_BITMAP 0 - // Set this to 1 to enable wxDIB #define wxUSE_WXDIB 1 diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 2354fdecde..a88f1b49b6 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -1262,10 +1262,6 @@ // wxDC cacheing implementation #define wxUSE_DC_CACHEING 1 -// Set this to 1 to enable the use of DIB's for wxBitmap to support -// bitmaps > 16MB on Win95/98/Me. Set to 0 to use DDB's only. -#define wxUSE_DIB_FOR_BITMAP 0 - // Set this to 1 to enable wxDIB class used internally for manipulating // wxBitmao data. // diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 1563633dc5..83843b71e3 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -863,10 +863,6 @@ // wxDC cacheing implementation #define wxUSE_DC_CACHEING 1 -// Set this to 1 to enable the use of DIB's for wxBitmap to support -// bitmaps > 16MB on Win95/98/Me. Set to 0 to use DDB's only. -#define wxUSE_DIB_FOR_BITMAP 0 - // ---------------------------------------------------------------------------- // common dialogs // ---------------------------------------------------------------------------- diff --git a/wxPython/docs/BUILD.html b/wxPython/docs/BUILD.html index 2272caa83e..1e3d32945d 100644 --- a/wxPython/docs/BUILD.html +++ b/wxPython/docs/BUILD.html @@ -306,7 +306,6 @@ wxUSE_DIALUP_MANAGER 0 wxUSE_GRAPHICS_CONTEXT 1 wxUSE_GLCANVAS 1 wxUSE_POSTSCRIPT 1 -wxUSE_DIB_FOR_BITMAP 1

If you are using my build scripts then a few more settings will be changed automatically and then a copy of setup.h is placed in a diff --git a/wxPython/docs/BUILD.txt b/wxPython/docs/BUILD.txt index 8a3b7038dc..6c055b18cf 100644 --- a/wxPython/docs/BUILD.txt +++ b/wxPython/docs/BUILD.txt @@ -325,7 +325,6 @@ accordingly if you are using the bash shell. wxUSE_GRAPHICS_CONTEXT 1 wxUSE_GLCANVAS 1 wxUSE_POSTSCRIPT 1 - wxUSE_DIB_FOR_BITMAP 1 If you are using my build scripts then a few more settings will be