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 / cursors.h < prev    next >
C/C++ Source or Header  |  2000-11-29  |  92b  |  9 lines

  1. #ifndef CURSORS_H
  2. #define CURSORS_H
  3.  
  4. #define ARROW_CURSOR 0
  5. #define IBEAM_CURSOR 1
  6.  
  7.  
  8. #endif
  9.