summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-21 22:23:13 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-21 22:23:13 +0100
commitdf6ed597b720399f02e7b75a7cf448d0956c89a1 (patch)
tree53fcd9862ea0e9eb5abd5b4d883d1a5c03735158 /src/types.h
parentb627827aaa5a314b53fe0f8b0429dee8b542ccb3 (diff)
Vertical align.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index c49c5f8f..280c60cd 100644
--- a/src/types.h
+++ b/src/types.h
@@ -57,6 +57,13 @@ enum Effect
BORDER,
SHADOW
};
+
+enum VAlign
+{
+ TOP,
+ CENTER,
+ BOTTOM
+};
class Fraction
{