From 55d15b73caa4b8d74cf7d678842da69302e600d9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 14 Jul 2011 00:09:20 +0200 Subject: Restructured widget state --- lib/Phi/Types.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/Phi/Types.hs (limited to 'lib/Phi/Types.hs') 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) -- cgit v1.2.3