]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/display.h
Temporarily disable the email notifications as we're getting false ones from
[wxWidgets.git] / interface / wx / display.h
index 71eeeba4f58793cfe4dfbf3f198f336f542261c6..cf116c9a9b8c6aae5c40ddd4fece6a4f1f865f26 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxDisplay
-    @wxheader{display.h}
 
     Determines the sizes and locations of displays connected to the system.
 
@@ -28,7 +27,7 @@ public:
             The index of the display to use. This must be non-negative and
             lower than the value returned by GetCount().
     */
-    wxDisplay(unsigned index = 0);
+    wxDisplay(unsigned int index = 0);
 
     /**
         Destructor.
@@ -123,6 +122,6 @@ public:
         Returns @true if the display is the primary display. The primary
         display is the one whose index is 0.
     */
-    bool IsPrimary();
+    bool IsPrimary() const;
 };