Changeset 104 for trunk/src


Ignore:
Timestamp:
Jun 20, 2008, 12:53:23 AM (17 years ago)
Author:
lpino
Message:

(OS.java) - Added the WM_FOCUSCHANGE constant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/org/eclipse/swt/internal/pm/OS.java

    r99 r104  
    265265    public static final int WM_FORMATFRAME =        0x0041;
    266266    public static final int WM_UPDATEFRAME =        0x0042;
    267 //    public static final int WM_FOCUSCHANGE =        0x0043;
     267    public static final int WM_FOCUSCHANGE =        0x0043;
    268268//    public static final int WM_SETBORDERSIZE =      0x0044;
    269269//    public static final int WM_TRACKFRAME =         0x0045;
Note: See TracChangeset for help on using the changeset viewer.