Files
gtk3/gdk
Kristian Rietveld b2b70e5a8d 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.
2009-12-27 19:28:56 +01:00
..
2009-09-01 17:06:41 +02:00
2009-09-04 23:27:37 -04:00
2008-07-01 22:57:50 +00:00
2009-01-20 02:27:57 +00:00
2009-05-29 16:39:12 +02:00
2008-07-01 22:57:50 +00:00
2009-12-20 03:11:04 -05:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2009-04-02 10:14:01 +02:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2009-07-05 20:56:44 -04:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-04 04:02:35 +00:00
2008-10-28 22:55:23 +00:00
2009-12-16 17:22:02 -02:00
2009-10-26 18:19:48 +01:00