]> git.sesse.net Git - vlc/commitdiff
Also fix mozilla when not in debug mode
authorClément Stenac <zorglub@videolan.org>
Mon, 27 Jun 2005 18:18:55 +0000 (18:18 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 27 Jun 2005 18:18:55 +0000 (18:18 +0000)
mozilla/vlcshell.cpp

index ad66880a9feee6d6c796519db79eb931d44b07b9..c7c3c9f908e8d0b4b7fb98b55c219e8f008a4cb0 100644 (file)
@@ -947,6 +947,8 @@ static void Resize ( Widget w, XtPointer closure, XEvent *event )
                  event->xconfigure.height,
                  event->xconfigure.send_event ? "TRUE" : "FALSE" );
     }
+#endif /* X11_RESIZE_DEBUG */
+
     if( p_plugin->i_height == i_previous_height &&
         p_plugin->i_width == i_previous_width )
     {
@@ -955,7 +957,6 @@ static void Resize ( Widget w, XtPointer closure, XEvent *event )
     i_previous_height = p_plugin->i_height;
     i_previous_width  = p_plugin->i_width;
 
-#endif /* X11_RESIZE_DEBUG */
 
     i_ret = XResizeWindow( p_plugin->p_display, p_plugin->window,
             p_plugin->i_width, p_plugin->i_height );