Add Outbuf Depth enum.

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

SVN revision: 83214
This commit is contained in:
Christopher Michael 2013-01-24 09:14:04 +00:00 committed by Christopher Michael
parent 9d1d8f4c63
commit 7e85b84098
1 changed files with 10 additions and 0 deletions

View File

@ -29,3 +29,13 @@ extern int _evas_engine_way_shm_log_dom;
# define CRIT(...) EINA_LOG_DOM_CRIT(_evas_engine_way_shm_log_dom, __VA_ARGS__)
# include <wayland-client.h>
typedef enum _Outbuf_Depth Outbuf_Depth;
enum _Outbuf_Depth
{
OUTBUF_DEPTH_NONE,
OUTBUF_DEPTH_ARGB_32BPP_8888_8888,
OUTBUF_DEPTH_RGB_32BPP_8888_8888,
OUTBUF_DEPTH_LAST
};