Skip to content

Commit

Permalink
Revert "Fix compilation with newer Cairo bindings version"
Browse files Browse the repository at this point in the history
This reverts commit 008a592.

Bob Ippolito fixed it in a more robuset way. Applying his patch
in the next commit.
  • Loading branch information
Mikolaj committed Feb 6, 2014
1 parent 008a592 commit 24be640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GUI/SaveAs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Events.HECs

-- Imports for GTK
import Graphics.UI.Gtk
import Graphics.Rendering.Cairo hiding (height, width, Region)
import Graphics.Rendering.Cairo

saveAs :: HECs -> ViewParameters -> Double -> DrawingArea
-> (Int, Int, Render ())
Expand Down
2 changes: 1 addition & 1 deletion GUI/Timeline.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import GUI.Timeline.Render.Constants
import Events.HECs

import Graphics.UI.Gtk
import Graphics.Rendering.Cairo hiding (height, width, Region)
import Graphics.Rendering.Cairo

import Data.IORef
import Control.Monad
Expand Down
2 changes: 1 addition & 1 deletion GUI/Timeline/Render.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import GUI.ViewerColours
import GUI.Timeline.CairoDrawing

import Graphics.UI.Gtk
import Graphics.Rendering.Cairo hiding (height, width, Region)
import Graphics.Rendering.Cairo

import Data.IORef
import Control.Monad
Expand Down

0 comments on commit 24be640

Please sign in to comment.