[Wgui-cvs] wgui CHANGES,1.143,1.144
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-06-29 18:03:48
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11393 Modified Files: CHANGES Log Message: Draw architecture changes. Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.143 retrieving revision 1.144 diff -C2 -d -r1.143 -r1.144 *** CHANGES 25 Jun 2004 19:37:46 -0000 1.143 --- CHANGES 29 Jun 2004 18:03:30 -0000 1.144 *************** *** 1,5 **** 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 + Changed CWindow: GetClientRect() now returns the client rect in the window's coordinates, not in the screen coordinates --- 1,6 ---- 0.3.3 -> 0.4.0 + Added CRect: SizeRect() which returns a CRect the same size as the Rect, but with a top left coordinate of (0, 0) + + Added CWindow: PaintToSurface() which blits the window's sirface to the surface it is passed. + + Added CWindow: ViewToClient() which does the opposite of ClientToView() + Changed CWindow: CWindows now have their own SDL surfaces for drawing, which is then blitted to the final surface on a screen update + Changed CWindow: GetClientRect() now returns the client rect in the window's coordinates, not in the screen coordinates |