=================================================================== RCS file: /cvs/ace/ace/docs/toolkit.html,v retrieving revision 1.9 retrieving revision 1.10 diff -p -u -r1.9 -r1.10 --- ace/docs/toolkit.html 2013/01/12 12:04:34 1.9 +++ /cvs/ace/ace/docs/toolkit.html 2013/01/12 12:49:09 1.10 @@ -558,12 +558,11 @@ exists, x and y are se upper left pixel and a non-zero value is returned, else zero is returned and x and y are unchanged.

-
int stack_move_cards(Stack *src, int n, Stack *dest) +
void stack_move_cards(Stack *src, Stack *dest, int num, int flag) -
Causes card n from stack src, and all cards on -top of it to be moved to the top of stack dest. The -face-upness is not changed. When n is zero, all cards are -moved.

+
Move num cards from the top of stack src to the top of +stack dest. If flag is nonzero then stack_undo +considers this an automatic move.

void stack_move_card(Stack *src, Stack *dest, int flag)