X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..d44bc7333a3d4cbb4a37ba6cdb02cb6b637e44ed:/interface/wx/display.h diff --git a/interface/wx/display.h b/interface/wx/display.h index 20811d7580..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);