diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-09-27 00:04:15 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-09-27 00:04:15 +0000 |
| commit | d6c9db1b92b90c8bc2a52e8132ff68d1669d7943 (patch) | |
| tree | 2556e0fcfc2e40f4cd43c27a825ab11f66e73d32 /test/windowfocus.cxx | |
| parent | eb1af07952d3cfbe8d00037c481e30ad72160c12 (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
Diffstat (limited to 'test/windowfocus.cxx')
| -rw-r--r-- | test/windowfocus.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
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$". +// |
