Changeset 83 in dev for ProjectEditor/WebSearch.cpp


Ignore:
Timestamp:
Mar 26, 2007, 11:11:22 AM (17 years ago)
Author:
dai_9181
Message:

STRING_NONE → STRING_NONE_
SetLayeredWindowAttributes → pSetLayeredWindowAttributes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/WebSearch.cpp

    r24 r83  
    66#define ID_TIMER_IDLE 200
    77
    8 extern FWINLAYER SetLayeredWindowAttributes;
     8extern FWINLAYER pSetLayeredWindowAttributes;
    99
    1010
     
    2020                pobj_ResultList=(CResultList *)GetWindowLong(hwnd,GWL_USERDATA);
    2121
    22                 SetLayeredWindowAttributes(hwnd, 0,(int)((double)255/(double)100*(double)(pobj_ResultList->iAnimeCount*10)), LWA_ALPHA);
     22                pSetLayeredWindowAttributes(hwnd, 0,(int)((double)255/(double)100*(double)(pobj_ResultList->iAnimeCount*10)), LWA_ALPHA);
    2323
    2424                GetWindowRect(hwnd,&rc);
     
    151151    lStyle=GetWindowLong(hwnd,GWL_EXSTYLE) | WS_EX_LAYERED;
    152152    SetWindowLong(hwnd,GWL_EXSTYLE,lStyle);
    153     SetLayeredWindowAttributes(hwnd, 0, 0, LWA_ALPHA);
     153    pSetLayeredWindowAttributes(hwnd, 0, 0, LWA_ALPHA);
    154154
    155155    SetWindowLong(hwnd,GWL_USERDATA,(long)this);
Note: See TracChangeset for help on using the changeset viewer.