summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyongtaek Lim <hyongtaek.lim@samsung.com>2015-07-27 13:49:44 +0900
committerHyongtaek Lim <hyongtaek.lim@samsung.com>2015-07-27 13:50:49 +0900
commit2ee00772e133aedb0d7032f33d517059de7c200f (patch)
treeb49120f05a4ed7562ad6175112595e7b0ec44179
parent0c6fd7cf2af02a5d268fde6910d8efc56e8c6836 (diff)
downloadlibmm-common-2ee00772e133aedb0d7032f33d517059de7c200f.tar.gz
libmm-common-2ee00772e133aedb0d7032f33d517059de7c200f.tar.bz2
libmm-common-2ee00772e133aedb0d7032f33d517059de7c200f.zip
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com> Change-Id: Ief885127fd4d31afdad7ac6ef009313925fcb59a
-rw-r--r--[-rwxr-xr-x]include/mm_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mm_types.h b/include/mm_types.h
index 1fa5b6d..a4d644f 100755..100644
--- a/include/mm_types.h
+++ b/include/mm_types.h
@@ -91,6 +91,7 @@ typedef enum {
MM_DISPLAY_SURFACE_GL, /**< GL surface */
MM_DISPLAY_SURFACE_NULL, /**< This just disposes of buffers */
MM_DISPLAY_SURFACE_X_EXT, /**< X extension surface - for OSP videotexture(using multi-xpixmap) */
+ MM_DISPLAY_SURFACE_REMOTE, /**< Daemon client surface */
MM_DISPLAY_SURFACE_NUM, /**< number of enum */
} MMDisplaySurfaceType;