pass internal size to video

This commit is contained in:
2025-09-22 19:48:46 +02:00
parent 12373e82a0
commit a33c7d5bee
7 changed files with 64 additions and 17 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
#ifndef VIDEO_H
#define VIDEO_H
VideoDevice video_init(char *name, unsigned int preferred_width,
unsigned int preferred_height);
VideoDevice video_init(char *name, unsigned int preferred_height);
void video_background_read(VideoDevice *device, bool *stop);