X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..c6aabd1ca9a5590d5dd8e89d83a5fba74c69c931:/include/wx/vidmode.h diff --git a/include/wx/vidmode.h b/include/wx/vidmode.h index 839fae4f1d..713beaeb3f 100644 --- a/include/wx/vidmode.h +++ b/include/wx/vidmode.h @@ -54,6 +54,7 @@ struct WXDLLIMPEXP_CORE wxVideoMode int GetWidth() const { return w; } int GetHeight() const { return h; } int GetDepth() const { return bpp; } + int GetRefresh() const { return refresh; } // returns true if the object has been initialized bool IsOk() const { return w && h; }