#include "wx/gdicmn.h"
#endif
-#include "wx/dfb/private.h"
-
wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index))
{
- // not implemented, the mean is in wxUniversal
+ // overridden by wxSystemSettings::GetColour in wxUniversal
return wxColour(0,0,0);
}
}
default:
- wxFAIL_MSG( _T("unknown font type") );
+ wxFAIL_MSG( "unknown font type" );
return wxNullFont;
}
}
wxDisplaySize(NULL, &val);
return val;
-#warning "FIXME this"
-#if 0
- case wxSYS_VSCROLL_X:
- case wxSYS_HSCROLL_Y:
- return 15;
-#endif
-
default:
- wxFAIL_MSG( _T("unsupported metric") );
return -1;
}
}
return false;
default:
- wxFAIL_MSG( _T("unknown feature") );
+ wxFAIL_MSG( "unknown feature" );
return false;
}
}