summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/drawd3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/drawd3d.h')
-rw-r--r--src/osd/windows/drawd3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/windows/drawd3d.h b/src/osd/windows/drawd3d.h
index 6ab48555f21..f22838a030b 100644
--- a/src/osd/windows/drawd3d.h
+++ b/src/osd/windows/drawd3d.h
@@ -177,6 +177,7 @@ public:
// Setters / getters
int get_adapter() { return m_adapter; }
int get_width() { return m_width; }
+ vec2f get_dims() { return vec2f(m_width, m_height); }
int get_height() { return m_height; }
int get_refresh() { return m_refresh; }