Changeset 231:f9b2183acd62

Show
Ignore:
Timestamp:
06/01/08 05:06:38 (4 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Fix OS.HIWORD, has cause a bug in Menu Show/Hide event.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/win32/OS.d

    r223 r231  
    34883488} 
    34893489public static int HIWORD (int /*long*/ h){ 
    3490     return h >> 16; 
     3490    return h >>> 16; 
    34913491} 
    34923492//public static bool LPtoDP (int /*long*/ hdc, POINT lpPoints, int nCount);