X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..d44d0cbd7343e36ddd3657dd97cd5eb7018d2585:/include/wx/msw/display.h?ds=sidebyside diff --git a/include/wx/msw/display.h b/include/wx/msw/display.h index a49805f463..b34635e90d 100644 --- a/include/wx/msw/display.h +++ b/include/wx/msw/display.h @@ -2,10 +2,10 @@ // Name: display.h // Purpose: wxDisplay class customization for WXMSW // Author: Royce Mitchell III -// Modified by: +// Modified by: // Created: 06/21/02 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -38,6 +38,8 @@ public: virtual wxVideoMode GetCurrentMode() const; virtual bool ChangeMode(const wxVideoMode& mode = wxVideoMode()); + virtual bool IsPrimary() const; + private: // get the display name to use with EnumDisplaySettings() wxString GetNameForEnumSettings() const; @@ -49,7 +51,7 @@ private: wxArrayVideoModes DoGetModesWindows(const wxVideoMode& modeMatch) const; bool DoChangeModeWindows(const wxVideoMode& mode); - + DECLARE_NO_COPY_CLASS(wxDisplay) };