mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 17:49:48 -06:00
Update to wxWidgets r67291.
Fixes a wxFileSelector regression on OS X. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7404 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
3
Externals/wxWidgets3/SConscript
vendored
3
Externals/wxWidgets3/SConscript
vendored
@ -13,7 +13,7 @@ wxenv = env.Clone()
|
||||
wxenv['CCFLAGS'] += ['-Wno-deprecated-declarations', '-Wno-shadow']
|
||||
wxenv['CPPDEFINES'] += ['WXBUILDING']
|
||||
|
||||
# gtk, msw, osx and shared files as of r67258
|
||||
# gtk, msw, osx and shared files as of r67291
|
||||
|
||||
aui = [
|
||||
'src/aui/auibar.cpp',
|
||||
@ -843,6 +843,7 @@ osx = [
|
||||
'src/osx/cocoa/gauge.mm',
|
||||
'src/osx/cocoa/glcanvas.mm',
|
||||
'src/osx/cocoa/listbox.mm',
|
||||
#'src/osx/cocoa/mediactrl.mm',
|
||||
'src/osx/cocoa/menu.mm',
|
||||
'src/osx/cocoa/menuitem.mm',
|
||||
'src/osx/cocoa/msgdlg.mm',
|
||||
|
Reference in New Issue
Block a user