virtual: add voutput disconnect and destroy test to tdm_test
[platform/core/uifw/libtdm.git] / client / tdm_client_types.h
index 096b44f..569cd1d 100644 (file)
@@ -38,6 +38,8 @@
 
 #include "tdm_common.h"
 
+#include <tbm_surface.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -124,6 +126,7 @@ typedef struct _tdm_client_output_mode {
 typedef void tdm_client_voutput;
 
 typedef void (*tdm_client_voutput_commit_handler)(tdm_client_voutput *voutput,
+                                                                                                 tbm_surface_h buffer,
                                                                                                  void *user_data);
 /* End of Virtual Output */
 #ifdef __cplusplus