mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -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:
4
Externals/wxWidgets3/include/wx/mediactrl.h
vendored
4
Externals/wxWidgets3/include/wx/mediactrl.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Ryan Norton <wxprojects@comcast.net>
|
||||
// Modified by:
|
||||
// Created: 11/07/04
|
||||
// RCS-ID: $Id: mediactrl.h 64533 2010-06-09 14:28:08Z FM $
|
||||
// RCS-ID: $Id: mediactrl.h 67280 2011-03-22 14:17:38Z DS $
|
||||
// Copyright: (c) Ryan Norton
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -58,7 +58,7 @@ enum wxMediaState
|
||||
enum wxMediaCtrlPlayerControls
|
||||
{
|
||||
wxMEDIACTRLPLAYERCONTROLS_NONE = 0,
|
||||
//Step controls like fastfoward, step one frame etc.
|
||||
//Step controls like fastforward, step one frame etc.
|
||||
wxMEDIACTRLPLAYERCONTROLS_STEP = 1 << 0,
|
||||
//Volume controls like the speaker icon, volume slider, etc.
|
||||
wxMEDIACTRLPLAYERCONTROLS_VOLUME = 1 << 1,
|
||||
|
Reference in New Issue
Block a user