fixed a comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-24 19:35:36 +00:00
parent 70e8d96150
commit 09bb255197
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ void SurfaceImpl::Init() {
hdc = new wxMemoryDC(); hdc = new wxMemoryDC();
hdcOwned = true; hdcOwned = true;
#else #else
// On Mac and GTK(?) the DC is not really valid until it has a bitmap // On Mac and GTK the DC is not really valid until it has a bitmap
// selected into it. So instead of just creating the DC with no bitmap, // selected into it. So instead of just creating the DC with no bitmap,
// go ahead and give it one. // go ahead and give it one.
InitPixMap(1,1,NULL); InitPixMap(1,1,NULL);

View File

@@ -289,7 +289,7 @@ void SurfaceImpl::Init() {
hdc = new wxMemoryDC(); hdc = new wxMemoryDC();
hdcOwned = true; hdcOwned = true;
#else #else
// On Mac and GTK(?) the DC is not really valid until it has a bitmap // On Mac and GTK the DC is not really valid until it has a bitmap
// selected into it. So instead of just creating the DC with no bitmap, // selected into it. So instead of just creating the DC with no bitmap,
// go ahead and give it one. // go ahead and give it one.
InitPixMap(1,1,NULL); InitPixMap(1,1,NULL);