Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcursor.c66 static GC textCursorGC=NULL; variable
379 textCursorGC = XCreateGC(mainDisplay, mainWindow, in CreateCursor()
564 XChangeGC(mainDisplay, textCursorGC,
566 XFillRectangle(mainDisplay, window, textCursorGC, x, y,
573 XFreeGC(mainDisplay, textCursorGC); in CleanUpCursors()