r877: Fix files that were missing from a make dist tarball.
[cinelerra_cv.git] / guicast / bcpixmap.inc
blob8b1e54150973b7a075b710b71ec719ad68c58e53
1 #ifndef BCPIXMAP_INC
2 #define BCPIXMAP_INC
4 class BC_Pixmap;
7 // Mode
8 #define PIXMAP_OPAQUE       0
9 #define PIXMAP_ALPHA        1
11 #endif