summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-27 00:04:15 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-27 00:04:15 +0000
commitd6c9db1b92b90c8bc2a52e8132ff68d1669d7943 (patch)
tree2556e0fcfc2e40f4cd43c27a825ab11f66e73d32
parenteb1af07952d3cfbe8d00037c481e30ad72160c12 (diff)
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
-rw-r--r--test/twowin.cxx6
-rw-r--r--test/windowfocus.cxx6
2 files changed, 12 insertions, 0 deletions
diff --git a/test/twowin.cxx b/test/twowin.cxx
index 3f438fd90..4419fb569 100644
--- a/test/twowin.cxx
+++ b/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.
@@ -52,3 +54,7 @@ int main() {
win2->show();
return Fl::run();
}
+
+//
+// End of "$Id$".
+//
diff --git a/test/windowfocus.cxx b/test/windowfocus.cxx
index 96173ee41..39ca21c8b 100644
--- a/test/windowfocus.cxx
+++ b/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.
@@ -56,3 +58,7 @@ int main(int argc, char **argv) {
return Fl::run();
}
+
+//
+// End of "$Id$".
+//