X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ccf05663316e28d964c7d76dc5defe774b59427..a8bda512079352ba81933e278d9ccdb8ef7a9866:/interface/wx/display.h diff --git a/interface/wx/display.h b/interface/wx/display.h index 6829465769..ab7c9920c0 100644 --- a/interface/wx/display.h +++ b/interface/wx/display.h @@ -3,7 +3,7 @@ // Purpose: interface of wxDisplay // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -12,7 +12,7 @@ Determines the sizes and locations of displays connected to the system. @library{wxcore} - @category{misc} + @category{cfg} @see wxClientDisplayRect(), wxDisplaySize(), wxDisplaySizeMM() */ @@ -44,11 +44,6 @@ public: there are differences on other platforms. On Unix variations using X11 extensions it should behave as defined, but some irregularities may occur. - - On wxMac passing in wxDefaultVideoMode as the mode parameter does - nothing. This happens because carbon no longer has access to - @c DMUseScreenPrefs(), an undocumented function that changed the video - mode to the system default by using the system's "scrn" resource. */ bool ChangeMode(const wxVideoMode& mode = wxDefaultVideoMode); @@ -63,7 +58,7 @@ public: /** Returns the number of connected displays. */ - static unsigned GetCount(); + static unsigned int GetCount(); /** Returns the current video mode that this display is in.