Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcircuit.c1112 COPYCURSOR = (Cursor)Tk_GetCursorFromData(xcinterp, Tk_IdToWindow(dpy, win), in makecursors()
1146 COPYCURSOR = XCreatePixmapCursor(dpy, XCreateBitmapFromData(dpy, win, copy_bits, in makecursors()
H A Dxtfuncs.c1069 XDefineCursor (dpy, areawin->window, COPYCURSOR); in toolcursor()
1070 areawin->defaultcursor = &COPYCURSOR; in toolcursor()
H A Dxcircuit.h597 #define COPYCURSOR appcursors[3] macro
H A Dlibraries.c1678 XDefineCursor(dpy, areawin->window, COPYCURSOR); in catalog_op()
H A Devents.c5558 XDefineCursor(dpy, areawin->window, COPYCURSOR); in copydrag()