change thread join strategy, fix a few leaks, fix a few bugs
[goodguy/history.git] / cinelerra-5.1 / guicast / bcdragwindow.h
index 2d9288fc94854692e0bff13488984e684d504536..c3b7c6e6963492b667eee2d36e899f06d6da470b 100644 (file)
@@ -48,7 +48,7 @@ private:
        int icon_offset_x, icon_offset_y;
        int do_animation;
        VFrame *temp_frame;
-       BC_Pixmap *my_pixmap;
+       BC_Pixmap *drag_pixmap;
 };
 
 #endif