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
This commit is contained in:
parent
eb1af07952
commit
d6c9db1b92
@ -1,4 +1,6 @@
|
|||||||
//
|
//
|
||||||
|
// "$Id$"
|
||||||
|
//
|
||||||
// Cross-window focus test program for the Fast Light Tool Kit (FLTK).
|
// Cross-window focus test program for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||||
@ -52,3 +54,7 @@ int main() {
|
|||||||
win2->show();
|
win2->show();
|
||||||
return Fl::run();
|
return Fl::run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// End of "$Id$".
|
||||||
|
//
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
//
|
//
|
||||||
|
// "$Id$"
|
||||||
|
//
|
||||||
// Cross-window show/focus test program for the Fast Light Tool Kit (FLTK).
|
// Cross-window show/focus test program for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
// Copyright 1998-2014 by Bill Spitzak and others.
|
// Copyright 1998-2014 by Bill Spitzak and others.
|
||||||
@ -56,3 +58,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
return Fl::run();
|
return Fl::run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// End of "$Id$".
|
||||||
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user