DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit aed4682a6c76f700f76d6470ff26efe431cb8669
parent 1e4941fa69595515d00d0d2aa4a30832ae1ebc19
Author: falkTX <falktx@gmail.com>
Date:   Sun, 20 Apr 2014 12:07:51 +0100

Fix build

Diffstat:
Mdgl/StandaloneWindow.hpp | 2+-
Mdgl/src/Window.cpp | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dgl/StandaloneWindow.hpp b/dgl/StandaloneWindow.hpp @@ -68,7 +68,7 @@ public: } protected: - App fApp; + App fApp; Window fWindow; }; diff --git a/dgl/src/Window.cpp b/dgl/src/Window.cpp @@ -476,7 +476,7 @@ public: void setTransientWinId(const intptr_t winId) { #if defined(DGL_OS_LINUX) - XSetTransientForHint(xDisplay, xWindow, static_cast<::Window>(winId)); + XSetTransientForHint(xDisplay, xWindow, static_cast< ::Window>(winId)); #else return; // unused