summaryrefslogtreecommitdiffstats
path: root/lib/Phi/Types.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-14 00:09:20 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-14 00:09:20 +0200
commit55d15b73caa4b8d74cf7d678842da69302e600d9 (patch)
treef24500cc8ffb6a1c1ad3bff774d741081069d082 /lib/Phi/Types.hs
parent90c25a997bf951ea4b5c13cb95ef0dbb8105777e (diff)
downloadphi-55d15b73caa4b8d74cf7d678842da69302e600d9.tar
phi-55d15b73caa4b8d74cf7d678842da69302e600d9.zip
Restructured widget state
Diffstat (limited to 'lib/Phi/Types.hs')
-rw-r--r--lib/Phi/Types.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Phi/Types.hs b/lib/Phi/Types.hs
new file mode 100644
index 0000000..6e03918
--- /dev/null
+++ b/lib/Phi/Types.hs
@@ -0,0 +1,8 @@
+module Phi.Types ( Position(..)
+ , Color
+ ) where
+
+
+data Position = Top | Bottom
+
+type Color = (Double, Double, Double, Double)