Add missing svn $Id$ tags in new test files.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10340 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2014-09-27 00:04:15 +00:00
parent eb1af07952
commit d6c9db1b92
2 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,6 @@
//
// "$Id$"
//
// Cross-window focus test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2014 by Bill Spitzak and others.
@ -52,3 +54,7 @@ int main() {
win2->show();
return Fl::run();
}
//
// End of "$Id$".
//

View File

@ -1,4 +1,6 @@
//
// "$Id$"
//
// Cross-window show/focus test program for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2014 by Bill Spitzak and others.
@ -56,3 +58,7 @@ int main(int argc, char **argv) {
return Fl::run();
}
//
// End of "$Id$".
//