diff --git a/Source/Engine/Platform/Linux/LinuxPlatform.cpp b/Source/Engine/Platform/Linux/LinuxPlatform.cpp index e61334f82..5ed6c16e6 100644 --- a/Source/Engine/Platform/Linux/LinuxPlatform.cpp +++ b/Source/Engine/Platform/Linux/LinuxPlatform.cpp @@ -1213,12 +1213,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 {