X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fa6ebf70668032c517dc32e94b8f27ef3c3e6b7..b4e0b521e0878a495c570af3d68b40c82b4a92b3:/src/msw/dcclient.cpp diff --git a/src/msw/dcclient.cpp b/src/msw/dcclient.cpp index 0093ebeaa5..0f8ac84876 100644 --- a/src/msw/dcclient.cpp +++ b/src/msw/dcclient.cpp @@ -75,8 +75,8 @@ static PAINTSTRUCT g_paintStruct; #ifdef __WXDEBUG__ // a global variable which we check to verify that wxPaintDC are only - // created in resopnse to WM_PAINT message - doing this from elsewhere is a - // common programming error among wxWindows programmers and might lead to + // created in response to WM_PAINT message - doing this from elsewhere is a + // common programming error among wxWidgets programmers and might lead to // very subtle and difficult to debug refresh/repaint bugs. int g_isPainting = 0; #endif // __WXDEBUG__ @@ -312,7 +312,7 @@ WXHDC wxPaintDC::FindDCInCache(wxWindow* win) /* * wxPaintDCEx */ - + // TODO: don't duplicate wxPaintDC code here!! wxPaintDCEx::wxPaintDCEx(wxWindow *canvas, WXHDC dc) : saveState(0)