From c8e3a40dfcc09a051a6bafd06c7591b82bf17710 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 12 Feb 2026 12:34:11 +0100 Subject: thats weird --- src/wayclock.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/wayclock.cc') diff --git a/src/wayclock.cc b/src/wayclock.cc index 9b71cc4..6fa5222 100644 --- a/src/wayclock.cc +++ b/src/wayclock.cc @@ -1,7 +1,6 @@ #include "events.h" -#include "glad.h" #include "graphics.h" #include "rendering.h" #include "text.h" @@ -108,8 +107,7 @@ int main() { wayc_defer(wayc_renderer_deinit(&renderer)); - wayc_renderer_use(&renderer); - glClearColor(0.1f, 0.2f, 0.2f, 1.0f); + wayc_renderer_use(&renderer); // << make current struct atlas_s atlas; if (!wayc_atlas_init(&atlas, IMAGE_FORMAT_RED, WAYC_ATLAS_WIDTH, -- cgit v1.2.3