From b1f6b4711cb5473adaa8123c8a3dd1cc954a8c31 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sat, 2 May 2026 22:11:23 +1200 Subject: GL context things --- include/saffron_window.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/saffron_window.h') diff --git a/include/saffron_window.h b/include/saffron_window.h index 89bf684..1552814 100644 --- a/include/saffron_window.h +++ b/include/saffron_window.h @@ -2,6 +2,8 @@ #define SAFFRON_WINDOW_H #include +#include +#include #include "saffron_event_hooks.h" #include "saffron_widget.h" @@ -13,6 +15,7 @@ typedef struct { const char* title; SfInternalEventHook hooks[32]; int hook_count; + SDL_GLContext gl_context; } SaffronWindow; #endif -- cgit v1.2.3