From a27d4b833b9492dc17a785709b33096a8f116dc0 Mon Sep 17 00:00:00 2001 From: Alexander Polakov Date: Sun, 3 Feb 2013 19:22:21 +0400 Subject: Move bitmap functions into Bitmap module --- src/Types.hs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/Types.hs (limited to 'src/Types.hs') 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 - } -- cgit v1.2.3