Update of /cvsroot/wgui/wgui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8505
Modified Files:
CHANGES
Log Message:
Draw architecture changes.
Index: CHANGES
===================================================================
RCS file: /cvsroot/wgui/wgui/CHANGES,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** CHANGES 25 Jun 2004 13:34:15 -0000 1.142
--- CHANGES 25 Jun 2004 19:37:46 -0000 1.143
***************
*** 3,6 ****
--- 3,8 ----
+ 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
+ + Changed CWindow: renamed ClientToScreen() to ClientToView()
+ Removed CWindow: DrawPostChild(), DrawChildren(), DrawBG(), DrawChildren, and StartDrawProc() has been removed
|