Show
Ignore:
Timestamp:
01/26/09 17:17:31 (20 months ago)
Author:
svnusers
Message:

Safe cross-thread CWnd usage.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/users/kenneth_porter/FromTrunk/Win32/Sources/Application/Status/CStatusWindow.h

    r143 r186  
    2929        CUTF8StatusBar() {} 
    3030         
    31         BOOL SetPaneTextUTF8(int nIndex, const char* utf8, BOOL bUpdate = TRUE); 
     31        BOOL SetPaneTextUTF8(int nIndex, const char* utf8, BOOL bUpdate = TRUE); 
     32 
     33        BOOL RedrawWindow( 
     34                          LPCRECT lpRectUpdate = NULL, 
     35                          CRgn* prgnUpdate = NULL, 
     36                          UINT flags = RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE  
     37                         ); 
    3238}; 
    3339