]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxUSE_DIB_FOR_BITMAP which doesn't seem to be used any longer
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Mar 2007 17:11:52 +0000 (17:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 14 Mar 2007 17:11:52 +0000 (17:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/univ/setup0.h
wxPython/docs/BUILD.html
wxPython/docs/BUILD.txt

index 8238d310d1ffdff8e3cfbb97f7eaed7a68055c7a..25ef8c3cb82d72554be8ba8a09c0e5f746379ed9 100644 (file)
 // 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
 
index 2354fdecde45eb03d3184c2805e3870bf8dcac45..a88f1b49b61094b1d7ce8a4f5f88788c99005070 100644 (file)
 // 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.
 //
index 1563633dc5ba9bdd36ec73e11dc01a0b4de0a424..83843b71e3d9a31d558c59b5034f2aafe96b9877 100644 (file)
 // 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
 // ----------------------------------------------------------------------------
index 2272caa83e2d0bfb34727377f364047ac2c651fb..1e3d32945ded8c20b717d3b3859311c88f3e1e3e 100644 (file)
@@ -306,7 +306,6 @@ wxUSE_DIALUP_MANAGER           0
 wxUSE_GRAPHICS_CONTEXT         1
 wxUSE_GLCANVAS                 1
 wxUSE_POSTSCRIPT               1
-wxUSE_DIB_FOR_BITMAP           1
 </pre>
 <p>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
index 8a3b7038dcd42aa17b5013e9055430863248d48f..6c055b18cf8a32bfb94cd654b35aee8fd30e0c11 100644 (file)
@@ -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