summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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$".
+//