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:
16
Externals/wxWidgets3/include/wx/taskbar.h
vendored
16
Externals/wxWidgets3/include/wx/taskbar.h
vendored
@ -5,7 +5,6 @@
|
||||
// Modified by:
|
||||
// Created:
|
||||
// Copyright: (c) Julian Smart
|
||||
// RCS-ID: $Id: taskbar.h 70345 2012-01-15 01:05:28Z VZ $
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -20,6 +19,21 @@
|
||||
|
||||
class WXDLLIMPEXP_FWD_ADV wxTaskBarIconEvent;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// type of taskbar item to create. Only applicable in wxOSX_COCOA
|
||||
enum wxTaskBarIconType
|
||||
{
|
||||
wxTBI_DOCK,
|
||||
wxTBI_CUSTOM_STATUSITEM,
|
||||
#if defined(wxOSX_USE_COCOA) && wxOSX_USE_COCOA
|
||||
wxTBI_DEFAULT_TYPE = wxTBI_CUSTOM_STATUSITEM
|
||||
#else
|
||||
wxTBI_DEFAULT_TYPE = wxTBI_DOCK
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxTaskBarIconBase: define wxTaskBarIcon interface
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user