summaryrefslogtreecommitdiff
path: root/dgl/Window.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-04-10 20:53:30 +0100
committerfalkTX <falktx@gmail.com>2014-04-10 20:53:30 +0100
commit339d2fb4a0ddc5305aeaecabe88d92bf62976e5c (patch)
tree06d0f4cd50af364d830383a7f97f6598ddeb6478 /dgl/Window.hpp
parent5d89995112172b5ae04d9a5333a5bb1e301e38d1 (diff)
Fix headers for clang; Add Window::setTransientWinId used in Carla
Diffstat (limited to 'dgl/Window.hpp')
-rw-r--r--dgl/Window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dgl/Window.hpp b/dgl/Window.hpp
index 64d5fd3f..b4135607 100644
--- a/dgl/Window.hpp
+++ b/dgl/Window.hpp
@@ -61,6 +61,8 @@ public:
void setTitle(const char* title);
+ void setTransientWinId(intptr_t winId);
+
App& getApp() const noexcept;
uint32_t getEventTimestamp() const;
int getModifiers() const;