This reverts commit f795273b65.
f795273b65
@ -39,16 +39,14 @@ typedef enum {
} direction_t;
typedef enum {
DEGREE_0 = 0,
DEGREE_90 = 1,
DEGREE_180 = 2,
DEGREE_270 = 3
} degree_t;
FLIP_NONE = 0,
FLIP_HORIZONTAL = 1,
FLIP_VERTICAL = 2
FLIP_HORIZONTAL,
FLIP_VERTICAL
} flipdir_t;
The note is not visible to the blocked user.