gdisplayF.h 182 B

1234567891011121314
  1. #ifndef __GDISPLAY_F_H__
  2. #define __GDISPLAY_F_H__
  3. typedef enum
  4. {
  5. SelectionOff,
  6. SelectionLayerOff,
  7. SelectionOn,
  8. SelectionPause,
  9. SelectionResume
  10. } SelectionControl;
  11. #endif