minor improvements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-10 16:36:00 +00:00
parent 30bf763039
commit 4e2cddc4b5
2 changed files with 72 additions and 87 deletions

View File

@@ -21,13 +21,13 @@
wxNativePixelData data(bmp);
if ( !data )
{
... raw access to bitmap data unavailable, do something else ...
// ... raw access to bitmap data unavailable, do something else ...
return;
}
if ( data.GetWidth() < 20 || data.GetHeight() < 20 )
{
... complain: the bitmap it too small ...
// ... complain: the bitmap it too small ...
return;
}