Refactor X11 and wayland platforms to run alongside each other
[platform/upstream/VK-GL-CTS.git] / framework / platform / lnx / X11 / tcuLnxX11Xcb.cpp
similarity index 98%
rename from framework/platform/X11/tcuX11Xcb.cpp
rename to framework/platform/lnx/X11/tcuLnxX11Xcb.cpp
index c224c75..de87b0c 100644 (file)
  * \brief X11 using XCB utilities.
  *//*--------------------------------------------------------------------*/
 
-#include "tcuX11Xcb.hpp"
+#include "tcuLnxX11Xcb.hpp"
 #include "deMemory.h"
 
 namespace tcu
 {
+namespace lnx
+{
 namespace x11
 {
 
@@ -166,4 +168,5 @@ void XcbWindow::setDimensions (int width, int height)
 }
 
 } // xcb
+} // lnx
 } // tcu