[wpdev-commits] wolfpack/win console_win.cpp,1.25,1.26
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-08-19 01:59:26
|
Update of /cvsroot/wpdev/wolfpack/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27002/win Modified Files: console_win.cpp Log Message: QT_CLEAN_NAMESPACE Index: console_win.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/win/console_win.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** console_win.cpp 10 Aug 2004 03:19:08 -0000 1.25 --- console_win.cpp 19 Aug 2004 01:59:16 -0000 1.26 *************** *** 146,150 **** Fill a rectangular on a specific context */ ! void paintRect( HDC dc, INT32 x, INT32 y, INT32 width, INT32 height, HBRUSH brush ) { RECT rect; --- 146,150 ---- Fill a rectangular on a specific context */ ! void paintRect( HDC dc, Q_INT32 x, Q_INT32 y, Q_INT32 width, Q_INT32 height, HBRUSH brush ) { RECT rect; |