Provide stub for wxDisplayBase::GetCount()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
db7a550bd7
commit
1f360a2db7
@ -13,6 +13,7 @@
|
||||
#include "wx/utils.h"
|
||||
#include "wx/app.h"
|
||||
#include "wx/apptrait.h"
|
||||
#include "wx/display.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
@ -22,6 +23,11 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
// Get size of display
|
||||
size_t wxDisplayBase::GetCount()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void wxDisplaySize(int *width, int *height)
|
||||
{
|
||||
// TODO
|
||||
|
Loading…
Reference in New Issue
Block a user