]> git.sesse.net Git - vlc/commitdiff
*** empty log message ***
authorRichard Shepherd <richards@videolan.org>
Mon, 5 Mar 2001 22:47:22 +0000 (22:47 +0000)
committerRichard Shepherd <richards@videolan.org>
Mon, 5 Mar 2001 22:47:22 +0000 (22:47 +0000)
plugins/beos/vout_beos.cpp

index 3713e8a2b36a163bd544a9115dd69851302ac12d..63a41ccdd02f2213978a7f5051d51f74507ee735 100644 (file)
@@ -224,6 +224,7 @@ VideoWindow::~VideoWindow()
     Sync();
     if(!fUsingOverlay)
        {
+           teardownwindow = true;
            wait_for_thread(fDrawThreadID, &result);
        delete bitmap[0];
        delete bitmap[1];
@@ -499,7 +500,7 @@ void vout_Display( vout_thread_t *p_vout )
 static int BeosOpenDisplay( vout_thread_t *p_vout )
 { 
     p_vout->p_sys->p_window =
-        new VideoWindow(  BRect( 50, 150, 50+p_vout->i_width-1, 150+p_vout->i_height-1 ), NULL, p_vout );
+        new VideoWindow(  BRect( 50, 180, 50+p_vout->i_width-1, 180+p_vout->i_height-1 ), NULL, p_vout );
     if( p_vout->p_sys->p_window == 0 )
     {
         free( p_vout->p_sys );