X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/571d991bb3232f0dcd3319dbdc9d35e5c80f4c71..27d7687903b04c56878597fefccf3daafd0a58fa:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 45ba6ad2af..7656412c7b 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -689,6 +689,19 @@ # define wxUSE_GRAPHICS_CONTEXT 0 #endif +// Enable wxGraphicsContext implementation using Cairo library. +// +// This is not needed under Windows and detected automatically by configure +// under other systems, however you may set this to 1 manually if you installed +// Cairo under Windows yourself and prefer to use it instead the native GDI+ +// implementation. +// +// Default is 0 +// +// Recommended setting: 0 +#define wxUSE_CAIRO 0 + + // ---------------------------------------------------------------------------- // Individual GUI controls // ----------------------------------------------------------------------------