Home
last modified time | relevance | path

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

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c2482 Pixmap mapcursbit; in W_DefineMapcursor() local
2496 mapcursbit = XCreateBitmapFromData(W_Display, win->window, mapcursor_bits, in W_DefineMapcursor()
2510 mapcursbit = XCreatePixmap(W_Display, win->window, w, h, 1); in W_DefineMapcursor()
2511 XFillRectangle(W_Display, mapcursbit, in W_DefineMapcursor()
2523 new = XCreatePixmapCursor(W_Display, mapcursbit, mapcursmaskbit, in W_DefineMapcursor()