mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Add more WM_ constants
This commit is contained in:
parent
cac8497e3f
commit
c1c7c34f84
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ messageToStr( UINT message )
|
|||
CASE_STR( WM_STYLECHANGED );
|
||||
CASE_STR( WM_NOTIFYFORMAT );
|
||||
CASE_STR( WM_KILLFOCUS );
|
||||
CASE_STR( WM_CTLCOLORSCROLLBAR );
|
||||
CASE_STR( WM_NCMOUSEMOVE );
|
||||
CASE_STR( SBM_SETSCROLLINFO );
|
||||
default:
|
||||
str = "<unknown>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue