[vlc-devel] commit: Change include order for padding (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 2 03:50:32 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb  2 03:38:18 2009 +0100| [d9b140e41e4c9f5aad6e094098b87a8fcfa62380] | committer: Jean-Baptiste Kempf 

Change include order for padding

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9b140e41e4c9f5aad6e094098b87a8fcfa62380
---

 include/vlc_vout.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index f9020ac..c3445af 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 */




More information about the vlc-devel mailing list