X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a1d0b8ebc7d4329d5ffe918000fcaa4e84c4ac9..64be92e214af53f719e447f961f37e5e5ad5bf0f:/src/cocoa/utils.cpp diff --git a/src/cocoa/utils.cpp b/src/cocoa/utils.cpp index 2670e8e738..822cced023 100644 --- a/src/cocoa/utils.cpp +++ b/src/cocoa/utils.cpp @@ -49,6 +49,15 @@ void wxClientDisplayRect(int *x,int *y,int *width,int *height) *height=768; } +wxToolkitInfo& wxGUIAppTraits::GetToolkitInfo() +{ + static wxToolkitInfo info; + info.shortName = _T("cocoa"); + info.name = _T("wxCocoa"); + // TODO: Finish this + return info; +} + // Return TRUE if we have a colour display bool wxColourDisplay() { @@ -75,7 +84,7 @@ void wxBell() } #if 0 -// DFE: These aren't even implemented by wxGTK, and no wxWindows code calls +// DFE: These aren't even implemented by wxGTK, and no wxWidgets code calls // them. If someone needs them, then they'll get a link error // Consume all events until no more left