prevent death by zombie
[goodguy/history.git] / cinelerra-5.1 / guicast / bcbitmap.h
index 1d89a44d5b375afa8715832efa57e8e50acd24af..88d777b340536959e490da01162d35ea12c3d607 100644 (file)
@@ -261,6 +261,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();