Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bsl committed Jun 29, 2011
1 parent 2d5b897 commit d1516ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Graphics/UI/GLFW.hsc
Expand Up @@ -12,9 +12,9 @@ module Graphics.UI.GLFW
--
, VideoMode(..)

-- * OpenGL context
-- * OpenGL context
, OpenGLProfile(..)
-- ** Information
-- ** Information
, openGLContextIsForwardCompatible
, openGLContextIsDebugContext
, openGLProfile
Expand Down Expand Up @@ -246,8 +246,8 @@ instance Storable VideoMode where
, videoMode_numBlueBits = fromC b
}

-- -- -- -- -- -- -- -- -- --
-- OpenGL Context
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- OpenGL context

data OpenGLProfile
= DefaultProfile
Expand All @@ -266,7 +266,7 @@ instance C OpenGLProfile CInt where
(0) -> DefaultProfile
_ -> makeFromCError "OpenGLProfile" i

-- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- OpenGL information

openGLContextIsForwardCompatible :: IO Bool
Expand Down

0 comments on commit d1516ea

Please sign in to comment.