virtual:add omitted definitions 19/184519/2
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 18 Jul 2018 10:50:26 +0000 (19:50 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 18 Jul 2018 10:53:27 +0000 (10:53 +0000)
fix build fail

Change-Id: Ia217cf3dd11e7ea2b9320af0f5d14fd7b6b99c6e
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
include/tdm_backend.h
include/tdm_types.h

index 9a30004..2e80d99 100644 (file)
@@ -1269,6 +1269,13 @@ tdm_error
 tdm_backend_register_func_capture(tdm_display *dpy,
                                                                  tdm_func_capture *func_capture);
 
+/* virtual */
+tdm_error
+tdm_backend_register_output(tdm_display *dpy, tdm_output *output);
+
+void
+tdm_backend_unregister_output(tdm_display *dpy, tdm_output *output);
+
 /**
  * @brief Increase the ref_count of a TDM buffer
  * @details
index 32f544d..7c0f311 100644 (file)
@@ -266,6 +266,10 @@ typedef void tdm_pp;
  */
 typedef void tdm_vblank;
 
+/* virtual */
+typedef void (*tdm_output_create_handler)(tdm_display *dpy, tdm_output *output, void *user_data);
+typedef void (*tdm_output_destroy_handler)(tdm_output *output, void *user_data);
+
 /**
  * @brief The output change handler
  * @details This handler will be called when the status of a output object is