X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e133b7d6438b9144b8f68cf6b514d03eaaf698b..051b55ad8ba1efe5f7c16c430131d4cd1b5fb90e:/src/gtk/dcclient.cpp diff --git a/src/gtk/dcclient.cpp b/src/gtk/dcclient.cpp index 918e0a52db..34eb8de724 100644 --- a/src/gtk/dcclient.cpp +++ b/src/gtk/dcclient.cpp @@ -631,13 +631,13 @@ bool wxWindowDC::Blit( long xdest, long ydest, long width, long height, { /* we HAVE TO use the direct way for memory dcs that have mask since the XCopyArea doesn't know - about masks and */ + about masks */ use_bitmap_method = TRUE; } else if (memDC->m_selected.GetDepth() == 1) { /* we HAVE TO use the direct way for memory dcs - that are bitmaps because XCopyArea doesn't copy + that are bitmaps because XCopyArea doesn't cope with different bit depths */ use_bitmap_method = TRUE; }