summaryrefslogtreecommitdiffhomepage
path: root/src/Types.hs
diff options
context:
space:
mode:
authorAlexander Polakov <plhk@sdf.org>2013-02-03 19:22:21 +0400
committerAlexander Polakov <plhk@sdf.org>2013-02-03 19:22:21 +0400
commita27d4b833b9492dc17a785709b33096a8f116dc0 (patch)
tree52d744d69552027a3249166339347ea1833947e9 /src/Types.hs
parent7160bbed9870247268469330c18a5e7708eb12a3 (diff)
downloadxmobar-a27d4b833b9492dc17a785709b33096a8f116dc0.tar.gz
xmobar-a27d4b833b9492dc17a785709b33096a8f116dc0.tar.bz2
Move bitmap functions into Bitmap module
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
- }