comparison win/dw.c @ 2046:e8a34118a845

Minor formatting fix from that last commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 25 Nov 2019 05:01:14 +0000
parents cb195d76de8e
children 709c205efc4d
comparison
equal deleted inserted replaced
2045:cb195d76de8e 2046:e8a34118a845
2387 case WM_USER+100: 2387 case WM_USER+100:
2388 { 2388 {
2389 if(hWnd == tmp->window) 2389 if(hWnd == tmp->window)
2390 { 2390 {
2391 int (DWSIGNAL *htmlresultfunc)(HWND, int, char *, void *, void *) = tmp->signalfunction; 2391 int (DWSIGNAL *htmlresultfunc)(HWND, int, char *, void *, void *) = tmp->signalfunction;
2392 void** params = (void**)mp1; 2392 void** params = (void**)mp1;
2393 2393
2394 return htmlresultfunc(tmp->window, DW_POINTER_TO_INT(params[1]), (char *)params[0], (void *)mp2, tmp->data); 2394 return htmlresultfunc(tmp->window, DW_POINTER_TO_INT(params[1]), (char *)params[0], (void *)mp2, tmp->data);
2395 } 2395 }
2396 } 2396 }
2397 break; 2397 break;