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