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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dutil.cc66 LPNMHDR pnmh = (LPNMHDR)lParam; local in function:MessageDebug::debug
67 int psn_index = -(int)pnmh->code - 200;
70 else if (pnmh->code < NOTIFY_NAMES_LEN && notify_names[pnmh->code])
71 printf("%s: %08x %04x WM_NOTIFY (%s)\n", prefix, hwnd, wParam, notify_names[pnmh->code]);
73 printf("%s: %08x %04x WM_NOTIFY (%u)\n", prefix, hwnd, wParam, pnmh->code);
H A Dwizard.cc179 LPNMHDR pnmh = (LPNMHDR)lParam; local in function:CWizard::PageDispatch
185 switch (pnmh->code)

Completed in 3 milliseconds