Misc small changes, some for VC++ 1.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-02-23 16:54:18 +00:00
parent 9c4ba61452
commit e06b95691f
14 changed files with 180 additions and 23 deletions

View File

@@ -951,8 +951,8 @@ void wxListLineData::SetAttributes(wxDC *dc,
void wxListLineData::DoDraw( wxDC *dc, bool hilight, bool paintBG )
{
wxCoord dev_x = 0;
wxCoord dev_y = 0;
int dev_x = 0;
int dev_y = 0;
m_owner->CalcScrolledPosition( m_bound_all.x, m_bound_all.y, &dev_x, &dev_y );
wxCoord dev_w = m_bound_all.width;
wxCoord dev_h = m_bound_all.height;