Home
last modified time | relevance | path

Searched refs:_tts_gc (Results 1 – 1 of 1) sorted by relevance

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c3497 static GC _tts_gc; variable
3589 _tts_gc = XCreateGC(W_Display, W_Root, GCFont | GCForeground | GCFunction, in init_tts()
3592 XSetGraphicsExposures(W_Display, _tts_gc, False); in init_tts()
3628 XDrawString(W_Display, win->window, _tts_gc, x, y, str, len); in W_WriteTTSText()