Searched refs:titleLen (Results 1 – 1 of 1) sorted by relevance
343 int titleLen; in WIN_CreateWindowFrom() local346 titleLen = GetWindowTextLength(hwnd); in WIN_CreateWindowFrom()347 title = SDL_stack_alloc(TCHAR, titleLen + 1); in WIN_CreateWindowFrom()349 titleLen = GetWindowText(hwnd, title, titleLen); in WIN_CreateWindowFrom()351 titleLen = 0; in WIN_CreateWindowFrom()353 if (titleLen > 0) { in WIN_CreateWindowFrom()