├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── main.c /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grassator/win32-window-custom-titlebar/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grassator/win32-window-custom-titlebar/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grassator/win32-window-custom-titlebar/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grassator/win32-window-custom-titlebar/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grassator/win32-window-custom-titlebar/HEAD/main.c --------------------------------------------------------------------------------