summaryrefslogtreecommitdiffstats
path: root/src/model/selection_purposes.h (plain)
blob: 12d6ec72523255d3f3f03e8214566bd68cf9ed2d
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.