summaryrefslogtreecommitdiffhomepage
path: root/src/XPMFile.hsc
AgeCommit message (Collapse)Author
2014-10-11Compatibility with mtl 2.1jao
Thanks to Apollon Oikonomopoulos!!
2014-09-04Add the header to XPMFileAlexander Shabalin
2014-09-03Add .xpm support for <icon> via libXpm.Alexander Shabalin
* Adds a new flag with_xpm to enable compilation with xpm support * Adds a module XPMFile only exporting readXPMFile which almost mirrors Graphics.X11.Xlib.Misc.readBitmapFile * During loadBitmap a file is first tried with readBitmapFile and if it fails with readXPMFile