mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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( WM_DESTROY );
|
||||||
CASE_STR( XWWM_TIME_RQST );
|
CASE_STR( XWWM_TIME_RQST );
|
||||||
CASE_STR( XWWM_PACKET_ARRIVED );
|
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:
|
default:
|
||||||
str = "<unknown>";
|
str = "<unknown>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue