Commit d9b140e4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Change include order for padding

parent 48c3f24d
...@@ -506,9 +506,9 @@ struct vout_thread_t ...@@ -506,9 +506,9 @@ struct vout_thread_t
/**@{*/ /**@{*/
uint16_t i_changes; /**< changes made to the thread. uint16_t i_changes; /**< changes made to the thread.
\see \ref vout_changes */ \see \ref vout_changes */
bool b_fullscreen; /**< toogle fullscreen display */
bool b_autoscale; /**< auto scaling picture or not */ bool b_autoscale; /**< auto scaling picture or not */
int i_zoom; /**< scaling factor if no auto */ int i_zoom; /**< scaling factor if no auto */
bool b_fullscreen; /**< toogle fullscreen display */
unsigned int i_window_width; /**< video window width */ unsigned int i_window_width; /**< video window width */
unsigned int i_window_height; /**< video window height */ unsigned int i_window_height; /**< video window height */
unsigned int i_alignment; /**< video alignment in window */ unsigned int i_alignment; /**< video alignment in window */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment