From d9b140e41e4c9f5aad6e094098b87a8fcfa62380 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 2 Feb 2009 03:38:18 +0100 Subject: [PATCH] Change include order for padding --- include/vlc_vout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2