Changeset 21459 for trunk/src


Ignore:
Timestamp:
Sep 24, 2010, 7:02:31 PM (15 years ago)
Author:
ydario
Message:

Allow export by name of appearance control, so Flash can change look&feel.

Location:
trunk/src/user32
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/USER32.DEF

    r21446 r21459  
    734734
    735735    ; Do NOT change this ordinal
    736     _SetWindowAppearance@4                                       @2030 NONAME
     736    _SetWindowAppearance@4                                       @2030
    737737
    738738    _ConvertIconGroup@12                                         @2032 NONAME
  • trunk/src/user32/dc.cpp

    r10545 r21459  
    630630 RECTL    rectlClip;
    631631 BOOL     bIcon;
     632
     633    dprintf (("USER32: BeginPaint(%x)", hwnd));
    632634
    633635    if(lpps == NULL) {
  • trunk/src/user32/user32dbg.def

    r21446 r21459  
    731731
    732732    ; Do NOT change this ordinal
    733     _SetWindowAppearance@4                                       @2030 NONAME
     733    _SetWindowAppearance@4                                       @2030
    734734
    735735    _ConvertIconGroup@12                                         @2032 NONAME
Note: See TracChangeset for help on using the changeset viewer.