darcs patch: (X11.Graphics) More Int -> CInt cleanup ; Will break e...

Wed Mar 28 20:05:33 CDT 2007 thedward@antejentacular.org * (X11.Graphics) More Int -> CInt cleanup ; Will break existing programs. This patch takes care of the rest of the Int usages. These changes break API compatibility. Existing programs will likely require (minor[1]) changes to compile once these changes are applied. [1]Mostly just switching from Int to CInt or using fromIntegral as appropriate.

On Wed, Mar 28, 2007 at 08:11:07PM -0500, thedward@antejentacular.org wrote:
Wed Mar 28 20:05:33 CDT 2007 thedward@antejentacular.org * (X11.Graphics) More Int -> CInt cleanup ; Will break existing programs.
This patch takes care of the rest of the Int usages.
These changes break API compatibility. Existing programs will likely require (minor[1]) changes to compile once these changes are applied.
[1]Mostly just switching from Int to CInt or using fromIntegral as appropriate.
Applied, thanks! Ian
participants (2)
-
Ian Lynagh
-
thedward@antejentacular.org