From 4c066cd7a7d21acb280766d456fa3bddf88d3486 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 31 Mar 2016 22:50:03 -0400 Subject: [PATCH] another blind compile fix --- src/PowderToySDL.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 2e0d47357..54658fcfb 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -1,3 +1,5 @@ +int depth3d = 0; + #ifdef USE_SDL #include @@ -67,7 +69,6 @@ SDL_SysWMinfo sdl_wminfo; Atom XA_CLIPBOARD, XA_TARGETS, XA_UTF8_STRING; #endif -int depth3d = 0; std::string clipboardText = ""; int desktopWidth = 1280, desktopHeight = 1024;