X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcbitmap.h;h=4dafc79740021ccd7d01a61d83e29911aee222ff;hb=7febad89b726934306bf6ab994f54da5e09f1f64;hp=1d89a44d5b375afa8715832efa57e8e50acd24af;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcbitmap.h b/cinelerra-5.1/guicast/bcbitmap.h index 1d89a44d..4dafc797 100644 --- a/cinelerra-5.1/guicast/bcbitmap.h +++ b/cinelerra-5.1/guicast/bcbitmap.h @@ -185,11 +185,6 @@ class BC_Bitmap BC_WindowBase *top_level; BC_WindowBase *parent_window; int xv_portid; -// For resetting XVideo - int last_pixmap_used; - -// Need last pixmap to stop XVideo - Drawable last_pixmap; static uint8_t bitswap[256]; void transparency_bitswap(uint8_t *buf, int w, int h); @@ -261,6 +256,7 @@ public: int is_xwindow() { return type==bmXShmImage || type==bmXImage; } int is_shared() { return type==bmXvShmImage || type==bmXShmImage; } int is_unshared() { return type==bmXvImage || type==bmXImage; } + int is_zombie() { return cur_bfr()->is_zombie(); } int set_bg_color(int color); int invert();