Major cleanup of the FRAME, CONTEXT, and FONT abstraction layers.

The PFRAME_DESC, FRAMEPTR, PCONTEXT_DESC, CONTEXTPTR, PFONT_DESC, and 
FONTPTR types are all now defunct.  gfxintrn.h has also been vastly 
simplified.



git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2698 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-02-06 04:22:38 +00:00
parent 1a8201fed7
commit cd673e3275
20 changed files with 104 additions and 126 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Cleaned up FRAME, CONTEXT, and FONT abstraction layers - Michael
- Added Input Frames to pause code to stop infinite loops - Michael
- Added more netplay debug code - SvdB
- Added uio_fprintf() and uio_vfprintf() - SvdB