summaryrefslogtreecommitdiffhomepage
path: root/src/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types.hs')
-rw-r--r--src/Types.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Types.hs b/src/Types.hs
deleted file mode 100644
index 94f2373..0000000
--- a/src/Types.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module Types where
-import Graphics.X11.Xlib
-
-data Widget = Text String | Icon String
-
-data Bitmap = Bitmap { width :: Dimension
- , height :: Dimension
- , pixmap :: Pixmap
- }