Update to v093r03 release.

byuu says:

Updated to support latest phoenix changes.
Converted Settings and Tools to TabFrame views.

Errata:
- phoenix/Windows ComboButton wasn't calling parent
  pWidget::setGeometry() [fixed locally]
- TRACKBAR_CLASS draws COLOR_3DFACE for the background even when its
  parent is a WC_TABCONTROL
This commit is contained in:
Tim Allen
2013-11-28 21:29:01 +11:00
parent 8c0b0fa4ad
commit 68eaf53691
210 changed files with 5319 additions and 1977 deletions

View File

@@ -4,7 +4,7 @@
contributors: byuu, wertigon, _willow_
*/
#if defined(PLATFORM_OSX)
#if defined(PLATFORM_MACOSX)
#include <OpenAL/al.h>
#include <OpenAL/alc.h>
#else