summaryrefslogtreecommitdiffstats
path: root/libvo/old_vo_defines.h
blob: a0925893776f9f7cc254757a88a3f65dcbd74775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef MPLAYER_OLD_VO_DEFINES_H
#define MPLAYER_OLD_VO_DEFINES_H

#include "options.h"
#include "video_out.h"
#include "old_vo_wrapper.h"

// Triggers more defines in x11_common.h
#define IS_OLD_VO 1

#define vo_ontop global_vo->opts->vo_ontop
#define vo_config_count global_vo->config_count
#define vo_dx global_vo->dx
#define vo_dy global_vo->dy
#define vo_dwidth global_vo->dwidth
#define vo_dheight global_vo->dheight
#define vo_dbpp global_vo->opts->vo_dbpp
#define vo_screenwidth global_vo->opts->vo_screenwidth
#define vo_screenheight global_vo->opts->vo_screenheight
#endif