mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
11
Externals/wxWidgets3/include/wx/region.h
vendored
11
Externals/wxWidgets3/include/wx/region.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created:
|
||||
// RCS-ID: $Id: region.h 58804 2009-02-09 09:01:19Z SC $
|
||||
// RCS-ID: $Id: region.h 70353 2012-01-15 14:46:41Z VZ $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows Licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -181,8 +181,7 @@ protected:
|
||||
// some ports implement a generic Combine() function while others only
|
||||
// implement individual wxRegion operations, factor out the common code for the
|
||||
// ports with Combine() in this class
|
||||
#if defined(__WXPALMOS__) || \
|
||||
defined(__WXMSW__) || \
|
||||
#if defined(__WXMSW__) || \
|
||||
( defined(__WXMAC__) && wxOSX_USE_COCOA_OR_CARBON ) || \
|
||||
defined(__WXPM__)
|
||||
|
||||
@ -213,9 +212,7 @@ protected:
|
||||
|
||||
#endif // ports with wxRegion::Combine()
|
||||
|
||||
#if defined(__WXPALMOS__)
|
||||
#include "wx/palmos/region.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/region.h"
|
||||
#elif defined(__WXGTK20__)
|
||||
#include "wx/gtk/region.h"
|
||||
@ -223,8 +220,6 @@ protected:
|
||||
#include "wx/gtk1/region.h"
|
||||
#elif defined(__WXMOTIF__) || defined(__WXX11__)
|
||||
#include "wx/x11/region.h"
|
||||
#elif defined(__WXMGL__)
|
||||
#include "wx/mgl/region.h"
|
||||
#elif defined(__WXDFB__)
|
||||
#include "wx/dfb/region.h"
|
||||
#elif defined(__WXMAC__)
|
||||
|
Reference in New Issue
Block a user