diff options
Diffstat (limited to 'def.go')
-rw-r--r-- | def.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ type gradientType struct { objNum int } +const ( + OrientationPortrait = "portrait" + OrientationLandscape = "landscape" +) + type colorMode int const ( |