From: Jean-Baptiste Kempf Date: Mon, 2 Feb 2009 02:38:18 +0000 (+0100) Subject: Change include order for padding X-Git-Tag: 1.0.0-pre1~910 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d9b140e41e4c9f5aad6e094098b87a8fcfa62380;p=vlc Change include order for padding --- diff --git a/include/vlc_vout.h b/include/vlc_vout.h index f9020accd4..c3445af87f 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -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 */