Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dcursor.c90 static HCURSOR drag_cursors[crDragLink - crDragCopy + 1] = { NULL, NULL, NULL };
97 int index = cr - crDragCopy; in create_drag_cursor()
99 if ( cr < crDragCopy || cr > crDragLink) in create_drag_cursor()
106 case crDragCopy: in create_drag_cursor()
329 crDragCopy, ( Handle) IDC_HAND,
375 if ( sysPtrId >= crDragCopy && sysPtrId <= crDragLink) { in apc_pointer_set_shape()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_pointer.c285 case crDragCopy: { in xdnd_synthesize_cursor()
H A Dapc_dnd.c206 case dndCopy: pointer = crDragCopy; break; in update_pointer()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h2357 #define crDragCopy 17 macro