OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icon_locale
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c
284
char *
icon_locale
= SDL_iconv_utf8_locale(icon);
local
285
if ( !
icon_locale
) {
289
status = XStringListToTextProperty(&
icon_locale
, 1, &iconprop);
290
SDL_free(
icon_locale
);
Completed in 5803 milliseconds