virtual (client): Added implementation for setting available format.
[platform/core/uifw/libtdm.git] / client / tdm_client.h
index d0512cc..c0ffeb7 100644 (file)
@@ -442,6 +442,9 @@ tdm_error
 tdm_client_voutput_set_available_modes(tdm_client_voutput *voutput, const tdm_client_output_mode *modes, int count);
 
 tdm_error
+tdm_client_voutput_set_available_formats(tdm_client_voutput *voutput, const tbm_format *formats, const int count);
+
+tdm_error
 tdm_client_voutput_set_physical_size(tdm_client_voutput *voutput, unsigned int mmWidth, unsigned int mmHeight);
 
 tdm_error