From d6c9db1b92b90c8bc2a52e8132ff68d1669d7943 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 27 Sep 2014 00:04:15 +0000 Subject: [PATCH] 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 --- test/twowin.cxx | 6 ++++++ test/windowfocus.cxx | 6 ++++++ 2 files changed, 12 insertions(+) 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$". +//