home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / linux / video / xmovie-1.5.3.tar.gz / xmovie-1.5.3.tar / xmovie-1.5.3 / guicast / bcpixmap.inc < prev    next >
Text File  |  2000-11-29  |  138b  |  12 lines

  1. #ifndef BCPIXMAP_INC
  2. #define BCPIXMAP_INC
  3.  
  4. class BC_Pixmap;
  5.  
  6.  
  7. // Mode
  8. #define PIXMAP_OPAQUE       0
  9. #define PIXMAP_ALPHA        1
  10.  
  11. #endif
  12.