=================================================================== RCS file: /cvs/ace/ace/docs/toolkit.html,v retrieving revision 1.5 retrieving revision 1.6 diff -p -u -r1.5 -r1.6 --- ace/docs/toolkit.html 2013/01/06 17:53:11 1.5 +++ /cvs/ace/ace/docs/toolkit.html 2013/01/11 18:16:34 1.6 @@ -575,10 +575,9 @@ moved.

them on top of dest. If flag is nonzero then stack_undo considers this an automatic move.

-
void stack_flip_card(Stack *src, Stack *dest) +
void stack_flip_card(Stack *src, Stack *dest, int flag) -
Moves the top-most card from src to dest, and -makes it face-up at the same time.

+
Like stack_flip_cards but flips just one card.

void stack_flip_stack(Stack *src, Stack *dest)