aboutsummaryrefslogtreecommitdiff
path: root/drmmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'drmmode.h')
-rw-r--r--drmmode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drmmode.h b/drmmode.h
index ab213ef..3088b7a 100644
--- a/drmmode.h
+++ b/drmmode.h
@@ -48,7 +48,7 @@ class DrmMode {
uint32_t v_sync_end() const;
uint32_t v_total() const;
uint32_t v_scan() const;
- uint32_t v_refresh() const;
+ float v_refresh() const;
uint32_t flags() const;
uint32_t type() const;
@@ -71,7 +71,6 @@ class DrmMode {
uint32_t v_sync_end_;
uint32_t v_total_;
uint32_t v_scan_;
- uint32_t v_refresh_;
uint32_t flags_;
uint32_t type_;