projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
no changes, just remove #if'd out code
[wxWidgets.git]
/
include
/
wx
/
vidmode.h
diff --git
a/include/wx/vidmode.h
b/include/wx/vidmode.h
index 839fae4f1d2d383719699f96d00a3fe1619f3ed8..713beaeb3f29071a14e549498becff5007cfd25b 100644
(file)
--- 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 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; }
// returns true if the object has been initialized
bool IsOk() const { return w && h; }