pass internal size to video
This commit is contained in:
+1
-2
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user