diff --git a/Source/Engine/Platform/Linux/LinuxPlatform.cpp b/Source/Engine/Platform/Linux/LinuxPlatform.cpp index 0ba8c02f2..c82fc4b4f 100644 --- a/Source/Engine/Platform/Linux/LinuxPlatform.cpp +++ b/Source/Engine/Platform/Linux/LinuxPlatform.cpp @@ -1217,12 +1217,14 @@ public: } }; -/*struct Property +#if !PLATFORM_SDL +struct Property { - unsigned char* data; - int format, nitems; - X11::Atom type; -};*/ + unsigned char* data; + int format, nitems; + X11::Atom type; +}; +#endif namespace Impl {