Files
gtk3/gdk
Kristian Rietveld e9b593c2e6 Start using NSInteger and NSUInteger
These have been introduced in Leopard and default to int and unsigned int.
In 64-bit Snow Leopard they are long and unsigned long.  This caused issues
with the getRectsBeingDrawn message which needs a pointer to a NSInteger
(long on 64-bit!) but we passed in an integer.  Surprisingly this problem
was visible when compiling with -O0 (segfault), but *not* when compiling
with -O1.  Other messages were NSInteger is now needed have also been
adapted.

Since NSInteger and NSUInteger are not available on Tiger, a define
has been added to add typedefs for these when they have not been defined
by the system headers.
2010-04-03 20:53:44 -04:00
..
2009-09-01 17:06:41 +02:00
2009-09-04 23:27:37 -04:00
2009-01-20 02:27:57 +00:00
2009-05-29 16:39:12 +02:00
2010-04-03 20:51:57 -04:00
2009-04-02 10:14:01 +02:00
2009-07-05 20:56:44 -04:00
2008-10-28 22:55:23 +00:00
2010-04-03 20:51:54 -04:00
2009-10-26 18:19:48 +01:00