wxDisplay for wxCocoa

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-10-08 00:40:19 +00:00
parent eb84314b79
commit 51259762d5
4 changed files with 238 additions and 6 deletions

View File

@@ -22,12 +22,6 @@
#include <string.h>
#include <stdarg.h>
// Get size of display
size_t wxDisplayBase::GetCount()
{
return 1;
}
void wxDisplaySize(int *width, int *height)
{
// TODO