[Wgui-cvs] wgui CHANGES,1.141,1.142
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-06-25 13:34:23
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21468 Modified Files: CHANGES Log Message: Draw architecture changes. Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.141 retrieving revision 1.142 diff -C2 -d -r1.141 -r1.142 *** CHANGES 17 Jun 2004 15:31:03 -0000 1.141 --- CHANGES 25 Jun 2004 13:34:15 -0000 1.142 *************** *** 1,3 **** --- 1,7 ---- 0.3.3 -> 0.4.0 + + Added CWindow: PaintToSurface() which blits the window's sirface to the surface it is passed. + + Added CRect: SizeRect() which returns a CRect the same size as the Rect, but with a top left coordinate of (0, 0) + + Changed CWindow: CWindows now have their own SDL surfaces for drawing, which is then blitted to the final surface on a screen update + + Removed CWindow: DrawPostChild(), DrawChildren(), DrawBG(), DrawChildren, and StartDrawProc() has been removed |