diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 12:34:11 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 12:34:11 +0100 |
| commit | c8e3a40dfcc09a051a6bafd06c7591b82bf17710 (patch) | |
| tree | 88666b0d80694952f619cfb985bde5b69d03d4e9 /src/wayclock.cc | |
| parent | fdf875cfe284108249ea180577187e3adf93ec13 (diff) | |
thats weird
Diffstat (limited to 'src/wayclock.cc')
| -rw-r--r-- | src/wayclock.cc | 4 |
1 files changed, 1 insertions, 3 deletions
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, |
