Index: Source/NSBitmapImageRep.m =================================================================== --- Source/NSBitmapImageRep.m (revision 29117) +++ Source/NSBitmapImageRep.m (working copy) @@ -756,6 +756,10 @@ return value & ((1< 0 && x1 == -1) Index: ChangeLog =================================================================== --- ChangeLog (revision 29117) +++ ChangeLog (working copy) @@ -1,3 +1,11 @@ +2009-12-12 Eric Wasylishen + + * Source/NSBitmapImageRep.m: + * Source/GSThemeTools.m: + Change the colorAtX:y: and related methods in NSBitmapImageRep + to use flipped coordinates, matching OS X. colorAtX:0 y:0 now + returns the top-left pixel instead of the bottom left. + 2009-12-12 Fred Kiefer * Source/NSApplication (-setWindowsMenu:): Only add windows that