diff options
| author | baskerville <nihilhill@gmail.com> | 2012-05-06 09:39:45 +0200 |
|---|---|---|
| committer | baskerville <nihilhill@gmail.com> | 2012-05-06 09:39:45 +0200 |
| commit | ba0a5b89fa1e9147c60ddb8bbc2b1bcbe2995cd8 (patch) | |
| tree | de37696ccd939fb4df934483b39f5e30071ab341 /types.h | |
| parent | 56b6d23c0cb05973415bdd2c66af26e8f7db2539 (diff) | |
Added horizontal and vertical flip commands
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ typedef enum { } direction_t; typedef enum { + FLIP_HORIZONTAL, + FLIP_VERTICAL +} flip_t; + +typedef enum { SCALE_DOWN, SCALE_FIT, SCALE_ZOOM |
