├── CMakeLists.txt ├── LICENSE.txt ├── README.md └── src ├── BorderlessWindow.cpp ├── BorderlessWindow.hpp └── main.cpp /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melak47/BorderlessWindow/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melak47/BorderlessWindow/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melak47/BorderlessWindow/HEAD/README.md -------------------------------------------------------------------------------- /src/BorderlessWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melak47/BorderlessWindow/HEAD/src/BorderlessWindow.cpp -------------------------------------------------------------------------------- /src/BorderlessWindow.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melak47/BorderlessWindow/HEAD/src/BorderlessWindow.hpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/melak47/BorderlessWindow/HEAD/src/main.cpp --------------------------------------------------------------------------------