summaryrefslogtreecommitdiff
path: root/dgl/Window.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-01-18 16:21:06 -0800
committerfalkTX <falktx@gmail.com>2014-01-18 16:21:06 -0800
commit3d2d6fb29c87e60a4e6762be1774d10f338d3b04 (patch)
treefcd6821f8039574212f8ec6fada0063e8e83e9ec /dgl/Window.hpp
parentec8997b058fcf26b6f8dab1f1394ac0fb60ce1df (diff)
Small hack in pugl headers to expose size vars in MacOS
Diffstat (limited to 'dgl/Window.hpp')
-rw-r--r--dgl/Window.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dgl/Window.hpp b/dgl/Window.hpp
index 2a3282ae..3c2b7a1a 100644
--- a/dgl/Window.hpp
+++ b/dgl/Window.hpp
@@ -54,11 +54,9 @@ public:
bool isResizable() const noexcept;
void setResizable(bool yesNo);
-#ifndef DGL_OS_MAC
int getWidth() const noexcept;
int getHeight() const noexcept;
Size<int> getSize() const noexcept;
-#endif
void setSize(unsigned int width, unsigned int height);
void setTitle(const char* title);