]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dcmemory.cpp
ICCCM says that the TIMESTAMP atom is required, so provide it. This is patch 1424755...
[wxWidgets.git] / src / os2 / dcmemory.cpp
index 26e11bfe8d8b0ace2c9082b662a7eeebb43735d5..a786f316410c4d942577bccf6ef73007aacf8998 100644 (file)
@@ -38,9 +38,7 @@ wxMemoryDC::wxMemoryDC(
   wxDC*                             pOldDC
 )
 {
-    pOldDC->BeginDrawing();
     CreateCompatible(pOldDC);
-    pOldDC->EndDrawing();
     Init();
 } // end of wxMemoryDC::wxMemoryDC