ds_output: Add ds_output_set_custom_mode
[platform/core/uifw/libds-tizen.git] / src / libds / output.h
1 #ifndef DS_OUTPUT_H
2 #define DS_OUTPUT_H
3
4 #include <stdint.h>
5
6 #include "libds/output.h"
7
8 void ds_output_update_custom_mode(struct ds_output *output,
9         int32_t width, int32_t height, int32_t refresh);
10
11 #endif