mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
Add more message strings
This commit is contained in:
parent
e081747cb9
commit
6c052fb801
1 changed files with 10 additions and 0 deletions
|
@ -52,6 +52,16 @@ messageToStr( UINT message )
|
|||
CASE_STR( WM_DESTROY );
|
||||
CASE_STR( XWWM_TIME_RQST );
|
||||
CASE_STR( XWWM_PACKET_ARRIVED );
|
||||
CASE_STR( WM_DRAWITEM );
|
||||
CASE_STR( WM_NEXTDLGCTL );
|
||||
CASE_STR( WM_CTLCOLORSTATIC );
|
||||
CASE_STR( WM_CTLCOLORBTN );
|
||||
CASE_STR( WM_SETFONT );
|
||||
CASE_STR( WM_INITDIALOG );
|
||||
CASE_STR( WM_SHOWWINDOW );
|
||||
CASE_STR( WM_WINDOWPOSCHANGING );
|
||||
CASE_STR( WM_SETFOCUS );
|
||||
CASE_STR( WM_NCPAINT );
|
||||
default:
|
||||
str = "<unknown>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue