diff options
Diffstat (limited to 'src/screen_xywh.cxx')
| -rw-r--r-- | src/screen_xywh.cxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/screen_xywh.cxx b/src/screen_xywh.cxx index 468e1064b..2f652c2f4 100644 --- a/src/screen_xywh.cxx +++ b/src/screen_xywh.cxx @@ -1,6 +1,4 @@ // -// "$Id$" -// // Screen/monitor bounding box API for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2018 by Bill Spitzak and others. @@ -9,11 +7,11 @@ // the file "COPYING" which should have been included with this file. If this // file is missing or damaged, see the license at: // -// http://www.fltk.org/COPYING.php +// https://www.fltk.org/COPYING.php // -// Please report all bugs and problems on the following page: +// Please see the following page on how to report bugs and issues: // -// http://www.fltk.org/str.php +// https://www.fltk.org/bugs.php // #include <FL/Fl.H> @@ -188,8 +186,3 @@ void Fl::screen_work_area(int &X, int &Y, int &W, int &H) int nscreen = Fl::screen_driver()->get_mouse(mx, my); Fl::screen_driver()->screen_work_area(X, Y, W, H, nscreen); } - - -// -// End of "$Id$". -// |
