summaryrefslogtreecommitdiffstats
path: root/src/model/selection_purposes.h (plain)
blob: 6c2e6517970d11bb3fe10b2e949e582d453466ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef SELECTION_PURPOSES_H
#define SELECTION_PURPOSES_H

typedef enum
{
  /*
   * The selection will define a new set.
   */
  SET,

  /*
   * The selection will define a zoom region.
   */
  ZOOM
} SELECTION_PURPOSES;

#endif // SELECTION_PURPOSES_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.