From: Duncan C. <dun...@wo...> - 2007-06-28 17:24:52
|
Thu Jun 28 09:49:47 PDT 2007 Duncan Coutts <du...@ha...> * Comment out debugging output in soegtk hunk ./soegtk/Graphics/SOE/Gtk.hs.pp 434 - Cairo.liftIO $ print ("createRectangle",x,y,width,height) +-- Cairo.liftIO $ print ("createRectangle",x,y,width,height) hunk ./soegtk/Graphics/SOE/Gtk.hs.pp 494 - Cairo.liftIO $ print ("combineRegion",x,y,width,height) +-- Cairo.liftIO $ print ("combineRegion",x,y,width,height) hunk ./soegtk/Graphics/SOE/Gtk.hs.pp 504 - Cairo.liftIO $ print ("mask surface",x,y) +-- Cairo.liftIO $ print ("mask surface",x,y) |