Parent Directory
|
Revision Log
|
Patch
| revision 1.5 by ghs, Sat Oct 7 14:50:01 2006 UTC | revision 1.6 by ghs, Sat Oct 7 22:37:40 2006 UTC | |
|---|---|---|
| # | Line 174 void wxImageExt::PrepareForMipmaps() | Line 174 void wxImageExt::PrepareForMipmaps() |
| 174 | } | } |
| 175 | } | } |
| 176 | } | } |
| 177 | ||
| 178 | wxProgressDialog pd(_T("Processing"), _T("Processing background pixels"), numBackgroundPixels, NULL, wxPD_AUTO_HIDE | wxPD_APP_MODAL | wxPD_ELAPSED_TIME); | wxProgressDialog pd(_T("Processing"), _T("Processing background pixels"), numBackgroundPixels, NULL, wxPD_AUTO_HIDE | wxPD_APP_MODAL | wxPD_ELAPSED_TIME); |
| 179 | ||
| 180 | wxImageExt tempImage; | wxImageExt tempImage; |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |