Skip to content

Commit

Permalink
Add missing svn $Id$ tags in new test files.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10340 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Sep 27, 2014
1 parent eb1af07 commit d6c9db1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/twowin.cxx
@@ -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.
Expand Down Expand Up @@ -52,3 +54,7 @@ int main() {
win2->show();
return Fl::run();
}

//
// End of "$Id$".
//
6 changes: 6 additions & 0 deletions test/windowfocus.cxx
@@ -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.
Expand Down Expand Up @@ -56,3 +58,7 @@ int main(int argc, char **argv) {

return Fl::run();
}

//
// End of "$Id$".
//

0 comments on commit d6c9db1

Please sign in to comment.