X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcwindowdraw.C;h=6a8412dedc0c06c6a5afcdbdfc19b1fc02ae8ced;hb=b55798fc64eee00c6fab3b4763e791befb7275f9;hp=cd28636f19c15e307c05627657cd01062e156341;hpb=b78e8ac7987fbf35a4ba60534c4a3d2b290562b9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcwindowdraw.C b/cinelerra-5.1/guicast/bcwindowdraw.C index cd28636f..6a8412de 100644 --- a/cinelerra-5.1/guicast/bcwindowdraw.C +++ b/cinelerra-5.1/guicast/bcwindowdraw.C @@ -28,7 +28,7 @@ #include "bctimer.h" #include "bcwindowbase.h" #include "clip.h" -#include "colors.h" +#include "bccolors.h" #include "cursors.h" #include "fonts.h" #include "vframe.h" @@ -947,7 +947,7 @@ void BC_WindowBase::draw_bitmap(BC_Bitmap *bitmap, // Hide cursor if video enabled update_video_cursor(); -//printf("BC_WindowBase::draw_bitmap 1\n"); +//printf("BC_WindowBase::draw_bitmap %d dest_y=%d\n", __LINE__, dest_y); if(dest_w <= 0 || dest_h <= 0) { // Use hardware scaling to canvas dimensions if proper color model.