X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fwxwidgets%2Fvideo.hpp;h=f1e24a11fe45cb28e5e565f187b026032f4f5395;hb=c6adecf5346037600a5f332f2c14d56b43abb354;hp=09b64c48b1d860d5c7d9f7348f59c437d2e0ab93;hpb=7e39490ef6e92153bb5761fd6edcf01a101cfc61;p=vlc diff --git a/modules/gui/wxwidgets/video.hpp b/modules/gui/wxwidgets/video.hpp index 09b64c48b1..f1e24a11fe 100644 --- a/modules/gui/wxwidgets/video.hpp +++ b/modules/gui/wxwidgets/video.hpp @@ -2,7 +2,7 @@ * video.hpp: Embedded video management ***************************************************************************** * Copyright (C) 1999-2005 the VideoLAN team - * $Id: wxwidgets.h 12670 2005-09-25 11:16:31Z zorglub $ + * $Id$ * * Authors: Gildas Bazin * @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifndef _WXVLC_VIDEO_H_ @@ -47,8 +47,8 @@ namespace wxvlc vout_thread_t *p_vout; wxWindow *p_parent; vlc_mutex_t lock; - vlc_bool_t b_shown; - vlc_bool_t b_auto_size; + bool b_shown; + bool b_auto_size; wxWindow *p_child_window;