1 #ifndef __GLVIDEO_X11REPEATER_H
2 #define __GLVIDEO_X11REPEATER_H
4 #include "GLvideo_repeater.h"
8 namespace GLVideoRepeater
10 class X11Repeater
: public GLVideoRepeater
{
12 virtual void createRGBDestination(VideoData
*video_data
);
13 virtual void setupRGBDestination();
14 virtual void setupScreenDestination();
15 virtual unsigned int repeat(unsigned int);
16 virtual void renderVideo(VideoData
*video_data
);
17 virtual ~X11Repeater();