Commit de649c2a authored by Felix Paul Kühne's avatar Felix Paul Kühne

* Darwin compilation fix

parent c72544e1
......@@ -1410,6 +1410,8 @@ void VLCVolCtrl::UpdateVolume()
* Systray class.
*****************************************************************************/
/* wxCocoa pretends to support this, but at least 2.6.x doesn't */
#ifndef __APPLE__
#ifdef wxHAS_TASK_BAR_ICON
BEGIN_EVENT_TABLE(Systray, wxTaskBarIcon)
......@@ -1504,3 +1506,4 @@ void Systray::UpdateTooltip( const wxChar* tooltip )
SetIcon( wxIcon( vlc16x16_xpm ), tooltip );
}
#endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment