summaryrefslogtreecommitdiff
path: root/src/platform_glfw.c
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-11-15 20:33:50 +0000
committeronelin <oscar@nelin.dk>2025-11-15 21:16:41 +0000
commit9b1c7caceff6af24d76146bcc7a4495ff9ef3ede (patch)
tree0cd3bb0ee78eec0556db4ba6208d235f706b2d8f /src/platform_glfw.c
parenta4c67096a3afd74ec9ceff9260cff9ad0336b208 (diff)
Simplify render command buffer
Diffstat (limited to 'src/platform_glfw.c')
-rw-r--r--src/platform_glfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform_glfw.c b/src/platform_glfw.c
index 211df47..96b533c 100644
--- a/src/platform_glfw.c
+++ b/src/platform_glfw.c
@@ -11,7 +11,7 @@
#include <daw/logging.h>
-#include <daw/platform.h>
+#include <daw/window.h>
static void window_resize_callback(GLFWwindow *restrict window, int width, int height);
static void framebuffer_resize_callback(GLFWwindow *restrict window, int width, int height);