Browse Source

Fix build

gh-pages
falkTX 11 years ago
parent
commit
aed4682a6c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dgl/StandaloneWindow.hpp
  2. +1
    -1
      dgl/src/Window.cpp

+ 1
- 1
dgl/StandaloneWindow.hpp View File

@@ -68,7 +68,7 @@ public:
}

protected:
App fApp;
App fApp;
Window fWindow;
};



+ 1
- 1
dgl/src/Window.cpp View File

@@ -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


Loading…
Cancel
Save