mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 18:58:05 +00:00
At first I liked the idea to use something more semantic to pass as `HWND` to get the screen device context. And there is a HWND_DESKTOP macro which just a simple alias to NULL, but it is actually designed for CreateWindow and naming isn't clear enough. It may confuse someone who reading code that we're trying to get not the screen dc, but that desktop window dc itself. So I won't stand out let it be NULL as that commonly used. |
||
---|---|---|
.. | ||
cairo | ||
raylib | ||
SDL2 | ||
SDL3 | ||
web | ||
win32_gdi |