Ignore:
Timestamp:
Oct 11, 1999, 5:26:07 PM (26 years ago)
Author:
sandervl
Message:

Desktop enable bugfix + CTLCOLOR Wine port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/wndmsg.cpp

    r949 r1245  
    1 /* $Id: wndmsg.cpp,v 1.3 1999-09-15 23:19:03 sandervl Exp $ */
     1/* $Id: wndmsg.cpp,v 1.4 1999-10-11 15:26:07 sandervl Exp $ */
    22/*
    33 * Win32 window message text function for OS/2
     
    162162    { "WM_USERCHANGED", WM_USERCHANGED, 0},                 // 0x54
    163163    { "WM_NOTIFYFORMAT", WM_NOTIFYFORMAT, 0},               // 0x55
     164    { "WM_STYLECHANGING", WM_STYLECHANGING, 0},             // 0x7C
     165    { "WM_STYLECHANGED", WM_STYLECHANGED, 0},               // 0x7D
     166    { "WM_DISPLAYCHANGE", WM_DISPLAYCHANGE, 0},             // 0x7E
     167    { "WM_GETICON", WM_GETICON, 0},                         // 0x7F
     168    { "WM_SETICON", WM_SETICON, 0},                         // 0x80
    164169    { "WM_NCCREATE", WM_NCCREATE,                           // 0x0081
    165170        MTF_TYPE_NC},
Note: See TracChangeset for help on using the changeset viewer.