From: Boram Park Date: Fri, 8 Sep 2017 02:57:25 +0000 (+0900) Subject: add error type for output disconnection X-Git-Tag: accepted/tizen/4.0/unified/20170911.154640~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F148589%2F1;p=platform%2Fcore%2Fuifw%2Flibtdm.git add error type for output disconnection Change-Id: I7450a453217d138cb73e8be289e72682a13bf768 --- diff --git a/include/tdm_common.h b/include/tdm_common.h index dfb3f8e..054cb5e 100644 --- a/include/tdm_common.h +++ b/include/tdm_common.h @@ -67,6 +67,7 @@ typedef enum { TDM_ERROR_NOT_IMPLEMENTED = -8, /**< not implemented */ TDM_ERROR_NO_CAPABILITY = -9, /**< no capability */ TDM_ERROR_DPMS_OFF = -10, /**< dpms off */ + TDM_ERROR_OUTPUT_DISCONNECTED = -11, /**< output disconnected */ } tdm_error; /**