virtual: support tdm_client output_set_mode
[platform/core/uifw/libtdm.git] / src / tdm_private.h
index a5c59e3..2acf467 100644 (file)
@@ -138,6 +138,10 @@ void
 tdm_output_remove_vblank_handler_internal(tdm_output *output, tdm_output_vblank_handler func, void *user_data);
 void
 tdm_output_remove_commit_handler_internal(tdm_output *output, tdm_output_commit_handler func, void *user_data);
+
+void
+tdm_output_call_mode_set_request(tdm_output *output, unsigned int index);
+
 void
 tdm_layer_remove_commit_handler_internal(tdm_layer *layer, tdm_layer_commit_handler func, void *user_data);