unanimated backgrounds on both monitors

This commit is contained in:
Rakarake 2026-01-27 17:18:30 +01:00
parent b0420b41eb
commit b20f48ebc0
2 changed files with 6 additions and 4 deletions

View file

@ -66,6 +66,7 @@ int main(int argc, char *argv[]) {
int width = event.data.draw.width;
int height = event.data.draw.height;
render(&renderer, width, height, time, shader_path, 0);
printf("about to 🦬 swap buf %p\n", event.data.draw.surface);
swap_buffers(&state, event.data.draw.surface);
printf("🦬🦬🦬 swaping a buffalo\n");
}