Home
last modified time | relevance | path

Searched refs:uType (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinerror.c108 winMessageBoxF(const char *pszError, UINT uType, ...) in winMessageBoxF() argument
115 va_start(args, uType); in winMessageBoxF()
144 MessageBox(NULL, pszMsgBox, PROJECT_NAME, MB_OK | uType); in winMessageBoxF()
H A Dwin.h782 winMessageBoxF(const char *pszError, UINT uType, ...)