mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
3
Externals/wxWidgets3/include/wx/msw/msgdlg.h
vendored
3
Externals/wxWidgets3/include/wx/msw/msgdlg.h
vendored
@ -4,7 +4,6 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: msgdlg.h 66237 2010-11-22 12:49:07Z VZ $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -27,6 +26,8 @@ public:
|
||||
|
||||
virtual int ShowModal();
|
||||
|
||||
virtual long GetEffectiveIcon() const;
|
||||
|
||||
// implementation-specific
|
||||
|
||||
// return the font used for the text in the message box
|
||||
|
Reference in New Issue
Block a user