Searched refs:x11_error (Results 1 – 1 of 1) sorted by relevance
631 char *x11_error = NULL; in X11_GL_ErrorHandler() local637 x11_error = SDL_iconv_string("UTF-8", "", x11_error_locale, SDL_strlen(x11_error_locale)+1); in X11_GL_ErrorHandler()640 if (x11_error) in X11_GL_ErrorHandler()642 SDL_SetError("Could not %s: %s", errorHandlerOperation, x11_error); in X11_GL_ErrorHandler()643 SDL_free(x11_error); in X11_GL_ErrorHandler()
Completed in 6 milliseconds