=================================================================== RCS file: /cvs/ace/ace/docs/toolkit.html,v retrieving revision 1.8 retrieving revision 1.9 diff -p -u -r1.8 -r1.9 --- ace/docs/toolkit.html 2013/01/12 11:43:25 1.8 +++ /cvs/ace/ace/docs/toolkit.html 2013/01/12 12:04:34 1.9 @@ -628,10 +628,12 @@ pass n greater than the largest stack_count_cards), a special graphic that indicates "drop not allowed here" is used.

-
void stack_drop(Stack *onto, int n) +
void stack_drop(Stack *onto, int n, int flag)
This function ends a drag-and-drop operation by specifying which cards from the original stack are to be dropped onto onto. +If flag is nonzero then stack_undo considers this +an automatic move. You may pass the original stack as onto or pass n greater than the largest card index (see stack_count_cards) to cancel a drag operation.