Update of /cvsroot/pure-data/externals/bbogart/popup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14554/popup
Modified Files: popup.c Log Message: Added revision keywords to initial post message
Index: popup.c =================================================================== RCS file: /cvsroot/pure-data/externals/bbogart/popup/popup.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** popup.c 5 Nov 2004 15:44:44 -0000 1.7 --- popup.c 7 Nov 2004 17:53:46 -0000 1.8 *************** *** 433,439 **** x->x_height = 25; ! if (argc < 4) { ! post("popup: You must enter at least 4 arguments. Default values used."); x->x_width = 124; x->x_height = 25; --- 433,439 ---- x->x_height = 25; ! if (argc < 5) { ! post("popup: You must enter at least 5 arguments. Default values used.\n\nArguments:\npopup [width] [height] [colour] [name] [option-1] [option-2] ..."); x->x_width = 124; x->x_height = 25; *************** *** 507,511 **** #endif
! post("Popup v0.1 Ben Bogart."); }
--- 507,511 ---- #endif
! post("Popup v0.1 Ben Bogart.\nCVS: $Revision$ $Date$"); }