summaryrefslogtreecommitdiff
path: root/FL/Fl_Single_Window.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Single_Window.H')
-rw-r--r--FL/Fl_Single_Window.H16
1 files changed, 5 insertions, 11 deletions
diff --git a/FL/Fl_Single_Window.H b/FL/Fl_Single_Window.H
index a5f2cdc0a..01878db5c 100644
--- a/FL/Fl_Single_Window.H
+++ b/FL/Fl_Single_Window.H
@@ -1,6 +1,4 @@
//
-// "$Id$"
-//
// Single-buffered window header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2015 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
//
/* \file
@@ -35,7 +33,7 @@ class FL_EXPORT Fl_Single_Window : public Fl_Window {
public:
void show();
void show(int a, char **b) {Fl_Window::show(a,b);}
-
+
/**
Creates a new Fl_Single_Window widget using the given
size, and label (title) string.
@@ -47,12 +45,8 @@ public:
position, size, and label (title) string.
*/
Fl_Single_Window(int X, int Y, int W, int H, const char *l=0);
-
+
int make_current();
};
#endif
-
-//
-// End of "$Id$".
-//