home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / ICR / vdevice.proto.h < prev    next >
Encoding:
Text File  |  1995-04-18  |  231 b   |  8 lines  |  [TEXT/CWIE]

  1. //vdevice.proto.h
  2.  
  3. int InitVDevice(VDevicePtr vdev, PaletteHandle initalPalette);
  4. int SetVDevice(VDevicePtr vdev);
  5. void UnsetVDevice(void);
  6. void TrashVDevice(VDevicePtr vdev);
  7. void ColorVDevice(VDevicePtr vdev, PaletteHandle pal);
  8.