Split out some compiler-version-specific definitions into "compiler.h".

Split out 'getpixel' and 'putpixel' family of functions into "pixels.c" and "pixels.h" source files.
This commit is contained in:
William Kendrick 2006-02-18 08:42:23 +00:00
parent 410c156d16
commit 3b5f10c4fe
6 changed files with 374 additions and 284 deletions

View file

@ -55,6 +55,11 @@ $Id$
* Split XBM cursor #includes and set/free functions into "cursor.h" and
"cursor.c" source files.
* Split out some compiler-version-specific definitions into "compiler.h".
* Split out 'getpixel' and 'putpixel' family of functions into
"pixels.c" and "pixels.h" source files.
* Made sure GPL notice was included in all other source files.
* Added script to create "locale" during Build process in Xcode on