Add enum for render mode (double, triple, etc).

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83215
This commit is contained in:
Christopher Michael 2013-01-24 09:14:07 +00:00 committed by Christopher Michael
parent 7e85b84098
commit 158fe19edb
1 changed files with 8 additions and 0 deletions

View File

@ -39,3 +39,11 @@ enum _Outbuf_Depth
OUTBUF_DEPTH_RGB_32BPP_8888_8888,
OUTBUF_DEPTH_LAST
};
enum
{
MODE_FULL,
MODE_COPY,
MODE_DOUBLE,
MODE_TRIPLE
};