Changeset 3960

Show
Ignore:
Timestamp:
11/11/05 08:37:32 (3 years ago)
Author:
miyoshi
Message:

(mw32_WndProc<WM_SYSCOMMAND>): Mask the value of
wParam with 0xFFF0 to get the type of system command requested.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r3959 r3960  
     12005-11-11  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * mw32fns.c (mw32_WndProc<WM_SYSCOMMAND>): Mask the value of 
     4        wParam with 0xFFF0 to get the type of system command requested. 
     5 
    162005-11-11  Kyotaro HORIGUCHI  <horiguti@meadowy.org> 
    27 
  • trunk/src/mw32fns.c

    r3958 r3960  
    23502350  case WM_SYSCOMMAND: 
    23512351    { 
    2352       switch (wParam
     2352      switch (wParam & 0xFFF0
    23532353        { 
    23542354        case SC_MAXIMIZE: