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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dutil.h47 static const char * notify_names[NOTIFY_NAMES_LEN]; member in class:MessageDebug
H A Dutil.cc70 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]);

Completed in 3 milliseconds