X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4edf1386a967833d37dbc0abb5d3d75f8d13488..3ec4a23f50e12b2e7d780543bc87744d1b4a00b4:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index d6ffedfb8e..5f9bf588a3 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -677,7 +677,7 @@ // Default is 0 because it isn't yet implemented on all platforms // // Recommended setting: 1 if you need it, can be safely set to 0 otherwise -#define wxUSE_DISPLAY 0 +#define wxUSE_DISPLAY 1 // Miscellaneous geometry code: needed for Canvas library #define wxUSE_GEOMETRY 1 @@ -1097,7 +1097,12 @@ // 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 +// Set this to 1 to enable wxDIB class used internally for manipulating +// wxBitmao data. +// +// Default is 1, set it to 0 only if you don't use wxImage neither +// +// Recommended setting: 1 (without it conversion to/from wxImage won't work) #define wxUSE_WXDIB 1 // Set to 0 to disable PostScript print/preview architecture code under Windows