summaryrefslogtreecommitdiff
path: root/src/til_video_setup.h
blob: f774c6f345ac0a0d64775128bc9975c53820b31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _TIL_VIDEO_SETUP_H
#define _TIL_VIDEO_SETUP_H

#include "til_setup.h"

typedef struct til_video_setup_t {
	til_setup_t	til_setup;

	float		ratio;
} til_video_setup_t;

#endif
© All Rights Reserved