clay/renderers
Philosoph228 607af63b08
Change HWND_DESKTOP to NULL in GetDC() calls
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.
2025-04-02 11:37:55 +05:00
..
cairo [Core] Replace config macros with a single unified configuration struct (#240) 2025-02-04 17:00:19 +13:00
raylib Merge branch 'nicbarker:main' into main 2025-03-10 09:12:52 -05:00
SDL2 math.h include missing cause lots of warning logs 2025-03-15 21:51:36 +00:00
SDL3 [Renderers/SDL3] Enable sdl3 alpha blending (#261) 2025-02-17 08:48:19 +13:00
web [Renderers/Web] treat RenderCommand.commandType as uint8_t instead of uint32_t (#162) 2025-01-05 14:34:16 +13:00
win32_gdi Change HWND_DESKTOP to NULL in GetDC() calls 2025-04-02 11:37:55 +05:00