]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vidmode.h
make wxSocketImplUnix inherit from wxFDIOHandler as they're used for almost the same...
[wxWidgets.git] / include / wx / vidmode.h
index 839fae4f1d2d383719699f96d00a3fe1619f3ed8..713beaeb3f29071a14e549498becff5007cfd25b 100644 (file)
@@ -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; }