Add enum for swap mode.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-01 10:24:08 +01:00
parent 1f229105f4
commit d7ab7b5c95
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ extern int _evas_engine_drm_log_dom;
typedef struct _Outbuf Outbuf;
enum
{
MODE_FULL,
MODE_COPY,
MODE_DOUBLE,
MODE_TRIPLE
};
struct _Outbuf
{
int w, h;