mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
3
Externals/wxWidgets3/include/wx/image.h
vendored
3
Externals/wxWidgets3/include/wx/image.h
vendored
@ -2,7 +2,6 @@
|
||||
// Name: wx/image.h
|
||||
// Purpose: wxImage class
|
||||
// Author: Robert Roebling
|
||||
// RCS-ID: $Id: image.h 69760 2011-11-14 13:35:52Z VZ $
|
||||
// Copyright: (c) Robert Roebling
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -71,7 +70,7 @@ enum wxImageResizeQuality
|
||||
wxIMAGE_QUALITY_NORMAL = wxIMAGE_QUALITY_NEAREST,
|
||||
|
||||
// highest (but best) quality
|
||||
wxIMAGE_QUALITY_HIGH
|
||||
wxIMAGE_QUALITY_HIGH = 4
|
||||
};
|
||||
|
||||
// alpha channel values: fully transparent, default threshold separating
|
||||
|
Reference in New Issue
Block a user