X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1134ecfbae875a48073dc5927db9f3a49947378..b09857ae000a60704207d63290be937584805fb0:/interface/wx/vidmode.h diff --git a/interface/wx/vidmode.h b/interface/wx/vidmode.h index 5a683fb097..0aae95a4f3 100644 --- a/interface/wx/vidmode.h +++ b/interface/wx/vidmode.h @@ -2,7 +2,7 @@ // Name: vidmode.h // Purpose: interface of wxVideoMode // Author: wxWidgets team -// RCS-ID: $Id: display.h 52634 2008-03-20 13:45:17Z VS $ +// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -35,17 +35,17 @@ public: bool Matches(const wxVideoMode& other) const; /** - Returns the screen width in pixels (e.g. 640), 0 means unspecified. + Returns the screen width in pixels (e.g.\ 640), 0 means unspecified. */ int GetWidth() const; /** - Returns the screen height in pixels (e.g. 480), 0 means unspecified. + Returns the screen height in pixels (e.g.\ 480), 0 means unspecified. */ int GetHeight() const; /** - Returns bits per pixel (e.g. 32), 1 is monochrome and 0 means + Returns bits per pixel (e.g.\ 32), 1 is monochrome and 0 means unspecified/known. */ int GetDepth() const; @@ -62,17 +62,17 @@ public: /** - The screen width in pixels (e.g. 640), 0 means unspecified. + The screen width in pixels (e.g.\ 640), 0 means unspecified. */ int w; /** - The screen height in pixels (e.g. 480), 0 means unspecified. + The screen height in pixels (e.g.\ 480), 0 means unspecified. */ int h; /** - Bits per pixel (e.g. 32), 1 is monochrome and 0 means + Bits per pixel (e.g.\ 32), 1 is monochrome and 0 means unspecified/known. */ int bpp;