Changeset 83 in dev for ProjectEditor/WebSearch.cpp
- Timestamp:
- Mar 26, 2007, 11:11:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/WebSearch.cpp
r24 r83 6 6 #define ID_TIMER_IDLE 200 7 7 8 extern FWINLAYER SetLayeredWindowAttributes;8 extern FWINLAYER pSetLayeredWindowAttributes; 9 9 10 10 … … 20 20 pobj_ResultList=(CResultList *)GetWindowLong(hwnd,GWL_USERDATA); 21 21 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); 23 23 24 24 GetWindowRect(hwnd,&rc); … … 151 151 lStyle=GetWindowLong(hwnd,GWL_EXSTYLE) | WS_EX_LAYERED; 152 152 SetWindowLong(hwnd,GWL_EXSTYLE,lStyle); 153 SetLayeredWindowAttributes(hwnd, 0, 0, LWA_ALPHA);153 pSetLayeredWindowAttributes(hwnd, 0, 0, LWA_ALPHA); 154 154 155 155 SetWindowLong(hwnd,GWL_USERDATA,(long)this);
Note:
See TracChangeset
for help on using the changeset viewer.