Skip to content

Commit 11b1576

Browse files
committed
added invalid degree
1 parent 7d5fb74 commit 11b1576

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/controller/Metadata.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ namespace udd {
1313
};
1414

1515
enum Rotation {
16-
DEGREE_0 = 0, DEGREE_90 = 90, DEGREE_180 = 180, DEGREE_270 = 270
16+
DEGREE_0 = 0,
17+
DEGREE_90 = 90,
18+
DEGREE_180 = 180,
19+
DEGREE_270 = 270,
20+
DEGREE_INVALID = -1
1721
};
1822

1923
enum ScreenMirror {

0 commit comments

Comments
 (0)