Searched refs:origCB (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwindialogs.c113 WNDPROC origCB = NULL; local in function:winURLWndProc
123 origCB = (WNDPROC) GetWindowLongPtr(hwnd, GWLP_USERDATA);
125 if (origCB)
126 return CallWindowProc(origCB, hwnd, msg, wParam, lParam);
138 WNDPROC origCB; local in function:winOverrideURLButton
140 origCB = (WNDPROC) SetWindowLongPtr(GetDlgItem(hwnd, id),
142 SetWindowLongPtr(GetDlgItem(hwnd, id), GWLP_USERDATA, (LONG_PTR) origCB);
148 WNDPROC origCB; local in function:winUnoverrideURLButton
150 origCB = (WNDPROC) SetWindowLongPtr(GetDlgItem(hwnd, id), GWLP_USERDATA, 0);
151 if (origCB)
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwindialogs.c131 WNDPROC origCB = NULL; local in function:winURLWndProc
141 origCB = (WNDPROC)GetWindowLongPtr(hwnd, GWLP_USERDATA);
143 if (origCB)
144 return CallWindowProc (origCB, hwnd, msg, wParam, lParam);
157 WNDPROC origCB; local in function:winOverrideURLButton
158 origCB = (WNDPROC)SetWindowLongPtr(GetDlgItem (hwnd, id),
160 SetWindowLongPtr(GetDlgItem (hwnd, id), GWLP_USERDATA, (LONG_PTR)origCB);
166 WNDPROC origCB; local in function:winUnoverrideURLButton
167 origCB = (WNDPROC)SetWindowLongPtr(GetDlgItem (hwnd, id),
169 if (origCB)
[all...]

Completed in 7 milliseconds