remove v4l/lml/buz, add symbolic folders, more xlat update, yuyv fixes, v4l2 upgrades
[goodguy/history.git] / cinelerra-5.1 / guicast / bcbitmap.h
index 1d89a44d5b375afa8715832efa57e8e50acd24af..4dafc79740021ccd7d01a61d83e29911aee222ff 100644 (file)
@@ -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();