diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-29 04:59:54 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-29 04:59:54 +0000 |
| commit | cba8039c09d5934a5732ebfc8bc9a7765b1c35b1 (patch) | |
| tree | ed558a0cf4bf5ff50e5dc7f32014bbb5fa16c0fa /NativeApp/src/Linux/LinuxMain.cpp | |
| parent | ImGuiImplDiligent: added EndFrame method (diff) | |
| download | DiligentTools-cba8039c09d5934a5732ebfc8bc9a7765b1c35b1.tar.gz DiligentTools-cba8039c09d5934a5732ebfc8bc9a7765b1c35b1.zip | |
Fixed few linux build issues
Diffstat (limited to 'NativeApp/src/Linux/LinuxMain.cpp')
| -rw-r--r-- | NativeApp/src/Linux/LinuxMain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NativeApp/src/Linux/LinuxMain.cpp b/NativeApp/src/Linux/LinuxMain.cpp index b06c14e..684493f 100644 --- a/NativeApp/src/Linux/LinuxMain.cpp +++ b/NativeApp/src/Linux/LinuxMain.cpp @@ -59,6 +59,8 @@ using namespace Diligent; namespace { +static constexpr int None = 0; + class WindowTitleHelper { public: |
