types: move to the frontned's types header
[platform/core/uifw/libtdm.git] / include / tdm.h
index 70c99af..7ee3edc 100644 (file)
@@ -58,24 +58,6 @@ extern "C" {
  */
 
 /**
- * @brief The display capability enumeration
- */
-typedef enum {
-       TDM_DISPLAY_CAPABILITY_PP       = (1 << 0), /**< if hardware supports pp operation */
-       TDM_DISPLAY_CAPABILITY_CAPTURE  = (1 << 1), /**< if hardware supports capture operation */
-} tdm_display_capability;
-
-/**
- * @brief The output change handler
- * @details This handler will be called when the status of a output object is
- * changed in runtime.
- */
-typedef void (*tdm_output_change_handler)(tdm_output *output,
-                                                                                 tdm_output_change_type type,
-                                                                                 tdm_value value,
-                                                                                 void *user_data);
-
-/**
  * @brief Initialize a display object
  * @param[out] error #TDM_ERROR_NONE if success. Otherwise, error value.
  * @return A display object