Valerio Formato
Valerio Formato
The extra field `setWindowTitleBar` was wrongly initialized for the X11 platform in x11_init.c. This led to crashes during window initialization, and also in test applications such as glfwinfo. (It is...
This PR adds support for building Walnut under Linux using CMake. The build configuration follows very closely the premake one. On the Walnut side the only thing missing was an...
This PR fixes all template-id warnings when trying to compile the project in C++20 mode. Original code is still used when compiling with older standards.