diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 17:40:17 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 17:40:17 +0100 |
| commit | a9cf9765dd77937dd99c555c3e14af414a5c37b7 (patch) | |
| tree | 80a1e900ec2eb0300ac8484efe5eaf5294cd8ca5 | |
| parent | ab34c29a093e566fab7b4efc28561aa7dcdc789e (diff) | |
sent initial frame
| -rw-r--r-- | src/wayclock.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayclock.cc b/src/wayclock.cc index 889faef..7c44627 100644 --- a/src/wayclock.cc +++ b/src/wayclock.cc @@ -73,6 +73,8 @@ int main() { } wayc_renderer_use(&renderer); + wayc_window_redraw(&window, &loop); + while (wayc_eventloop_running(&loop)) wayc_eventloop_update(&loop, (u8*)&renderer); |
