]> git.sesse.net Git - vlc/commitdiff
* fixed a typo
authorSam Hocevar <sam@videolan.org>
Sun, 1 Apr 2001 06:42:05 +0000 (06:42 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 1 Apr 2001 06:42:05 +0000 (06:42 +0000)
plugins/x11/vout_xvideo.c

index f52f96a0632fc4703f7f0222664001eacf9ac076..3f3ded7f99be3bdd2a9c66fbf44e03708e96ea75 100644 (file)
@@ -2,7 +2,7 @@
  * vout_xvideo.c: Xvideo video output display method
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000, 2001 VideoLAN
- * $Id: vout_xvideo.c,v 1.1 2001/04/01 06:21:44 sam Exp $
+ * $Id: vout_xvideo.c,v 1.2 2001/04/01 06:42:05 sam Exp $
  *
  * Authors: Shane Harper <shanegh@optusnet.com.au>
  *          Vincent Seguin <seguin@via.ecp.fr>
@@ -338,11 +338,11 @@ static int vout_Manage( vout_thread_t *p_vout )
                 || (xevent.xconfigure.height != p_vout->p_sys->i_height)) )
         {
             /* Update dimensions */
-#if 0 XXX XXX
+/* XXX XXX
             b_resized = 1;
             p_vout->p_sys->i_width = xevent.xconfigure.width;
             p_vout->p_sys->i_height = xevent.xconfigure.height;
-#endif XXX XXX
+   XXX XXX */
         }
         /* MapNotify event: change window status and disable screen saver */
         else if( xevent.type == MapNotify)