1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

Change include order for padding

This commit is contained in:
Jean-Baptiste Kempf 2009-02-02 03:38:18 +01:00
parent 48c3f24d72
commit d9b140e41e

View File

@ -506,9 +506,9 @@ struct vout_thread_t
/**@{*/
uint16_t i_changes; /**< changes made to the thread.
\see \ref vout_changes */
bool b_fullscreen; /**< toogle fullscreen display */
bool b_autoscale; /**< auto scaling picture or not */
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_height; /**< video window height */
unsigned int i_alignment; /**< video alignment in window */