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.12/src/video/x11/
SDL_x11wm.c 260 char *title_locale = SDL_iconv_utf8_locale(title); local
261 if ( !title_locale ) {
265 status = XStringListToTextProperty(&title_locale, 1, &titleprop);
266 SDL_free(title_locale);

Completed in 348 milliseconds