HomeSort by relevance Sort by last modified time
    Searched full:title_locale (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 261 char *title_locale = SDL_iconv_utf8_locale(title); local
262 if ( !title_locale ) {
266 status = XStringListToTextProperty(&title_locale, 1, &titleprop);
267 SDL_free(title_locale);

Completed in 123 milliseconds