From 896a64a6fc64e6de44758a24e1ca4ba20091aff4 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 24 Feb 2017 17:11:52 +0100 Subject: [PATCH] just some comment alignment --- src/Affection/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Affection/Types.hs b/src/Affection/Types.hs index 1bb4d24..ecfd039 100644 --- a/src/Affection/Types.hs +++ b/src/Affection/Types.hs @@ -82,7 +82,7 @@ data AffectionData us = AffectionData , drawFormat :: B.BablFormatPtr -- ^ Target format , drawStack :: [DrawRequest] -- ^ Stack of 'DrawRequest's to be processed , drawPixels :: Ptr () -- ^ Destination Pixel buffer - , drawDimensions :: (Int, Int) -- ^ Dimensions of target surface + , drawDimensions :: (Int, Int) -- ^ Dimensions of target surface , drawStride :: Int -- ^ Stride of target buffer , drawCPP :: Int -- ^ Number of components per pixel , elapsedTime :: Double -- ^ Elapsed time in seconds