From: Daniel W. <dm...@lu...> - 2013-02-19 21:40:37
|
diffing dir... Tue Feb 19 21:39:46 GMT 2013 Daniel Wagner <da...@wa...> * documentation improvements Ignore-this: fe404799eb638ed3fc7724901436c00a hunk ./cairo/Graphics/Rendering/Cairo.hs 1790 --- * To read or write a specific pixel use the formula: --- @p = y * (rowstride `div` 4) + x@ for the pixel and force the array to --- have 32-bit words or integers. +-- * To read or write a specific pixel (and assuming 'FormatARGB32' or +-- 'FormatRGB24'), use the formula: @p = y * (rowstride `div` 4) + x@ for the +-- pixel and force the array to have 32-bit words or integers. hunk ./cairo/Graphics/Rendering/Cairo.hs 1804 --- * After each write access to the array, you need to inform Cairo that +-- * After each write access to the array, you need to inform Cairo hunk ./cairo/Graphics/Rendering/Cairo.hs 1808 --- surface of if 'surfaceFinish' has been called on the surface. +-- surface or if 'surfaceFinish' has been called on the surface. |