]> git.sesse.net Git - vlc/commitdiff
Change include order for padding
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Feb 2009 02:38:18 +0000 (03:38 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Feb 2009 02:38:18 +0000 (03:38 +0100)
include/vlc_vout.h

index f9020accd48cc930dda7cce9be93894656bf813d..c3445af87fe9951b2a457389cd529154390b1005 100644 (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 */