mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 14:26:43 +08:00
Changed references to fltk-bugs@fltk.org -> STR form.
Todo: LGPL license file references (COPYING, license.dox, etc) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7563 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -159,6 +159,7 @@ CHANGES IN FLTK 1.3.0
|
|||||||
So now widget->hide() will work if widget is a window.
|
So now widget->hide() will work if widget is a window.
|
||||||
- New widgets: Fl_Tree, Fl_Table, Fl_Native_File_Chooser
|
- New widgets: Fl_Tree, Fl_Table, Fl_Native_File_Chooser
|
||||||
- added Fl_Menu_ methods: insert(), find_index(), clear_submenu()
|
- added Fl_Menu_ methods: insert(), find_index(), clear_submenu()
|
||||||
|
- Bug reports/enhancements now refer to the STR form http://www.fltk.org/str.php
|
||||||
|
|
||||||
CHANGES IN FLTK 1.1.9
|
CHANGES IN FLTK 1.1.9
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,10 @@ CREDITS - Fast Light Tool Kit (FLTK) Version 1.3.0
|
|||||||
|
|
||||||
This file lists the people responsible for the toolkit you
|
This file lists the people responsible for the toolkit you
|
||||||
are now using. If you've looking for your name in lights
|
are now using. If you've looking for your name in lights
|
||||||
but we've forgotten you here, please send an email to
|
but we've forgotten you here, please use the report on the
|
||||||
"fltk-bugs@fltk.org" and we'll update this file accordingly.
|
following page, and we'll update this file accordingly:
|
||||||
|
|
||||||
|
http://www.fltk.org/str.php
|
||||||
|
|
||||||
|
|
||||||
CORE DEVELOPERS
|
CORE DEVELOPERS
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
// USA.
|
// USA.
|
||||||
//
|
//
|
||||||
// Please report all bugs and problems to "fltk-bugs@fltk.org".
|
// Please report all bugs and problems on the following page:
|
||||||
|
//
|
||||||
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <FL/glut.H>
|
#include <FL/glut.H>
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../makeinclude
|
include ../makeinclude
|
||||||
|
|||||||
+3
-1
@@ -21,7 +21,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
* Please report all bugs and problems on the following page:
|
||||||
|
*
|
||||||
|
* http://www.fltk.org/str.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
+2
-2
@@ -1243,9 +1243,9 @@ else
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# Running some other operating system; inform the user they
|
# Running some other operating system; inform the user they
|
||||||
# should contribute the necessary options to fltk-bugs@fltk.org...
|
# should contribute the necessary options via the STR form..
|
||||||
AC_MSG_WARN(Building FLTK with default compiler optimizations)
|
AC_MSG_WARN(Building FLTK with default compiler optimizations)
|
||||||
AC_MSG_WARN(Contact fltk-bugs@fltk.org with uname and compiler options.)
|
AC_MSG_WARN(Send the FLTK developers your uname and compiler options via http://www.fltk.org/str.php)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -18,8 +18,10 @@ file, and makefiles by themselves to support a specific platform
|
|||||||
do not constitute a modified or derivative work.
|
do not constitute a modified or derivative work.
|
||||||
.IP
|
.IP
|
||||||
The authors do request that such modifications be
|
The authors do request that such modifications be
|
||||||
contributed to the FLTK project - send all
|
contributed to the FLTK project - send all contributions
|
||||||
contributions to "fltk\-bugs@fltk.org".
|
through the "Software Trouble Report" on the following page:
|
||||||
|
.IP
|
||||||
|
http://www.fltk.org/str.php
|
||||||
.IP
|
.IP
|
||||||
2. Widgets that are subclassed from FLTK widgets do not
|
2. Widgets that are subclassed from FLTK widgets do not
|
||||||
constitute a derivative work.
|
constitute a derivative work.
|
||||||
|
|||||||
+16
-24
@@ -302,7 +302,8 @@ FLTK is available on the 'net in a bunch of locations:
|
|||||||
\par WWW
|
\par WWW
|
||||||
http://www.fltk.org/ <br>
|
http://www.fltk.org/ <br>
|
||||||
http://www.fltk.org/str.php [for reporting bugs] <br>
|
http://www.fltk.org/str.php [for reporting bugs] <br>
|
||||||
http://www.fltk.org/software.php [source code]
|
http://www.fltk.org/software.php [source code]<br>
|
||||||
|
http://www.fltk.org/newsgroups.php [newsgroup/forums]
|
||||||
|
|
||||||
\par FTP
|
\par FTP
|
||||||
http://ftp.easysw.com/pub/fltk [California, USA, via http]<br>
|
http://ftp.easysw.com/pub/fltk [California, USA, via http]<br>
|
||||||
@@ -312,37 +313,28 @@ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk [Espoo, Finland]<br>
|
|||||||
ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk [Germany] <br>
|
ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/fltk [Germany] <br>
|
||||||
ftp://gd.tuwien.ac.at/hci/fltk [Austria]
|
ftp://gd.tuwien.ac.at/hci/fltk [Austria]
|
||||||
|
|
||||||
\par EMail
|
|
||||||
<A href="mailto:fltk@fltk.org">fltk@fltk.org</A> [see instructions below]<br>
|
|
||||||
<A href="mailto:fltk-bugs@fltk.org">fltk-bugs@fltk.org</A> [for reporting bugs]
|
|
||||||
|
|
||||||
\par NNTP Newsgroups
|
\par NNTP Newsgroups
|
||||||
news.easysw.com
|
news://news.easysw.com/ [NNTP interface]<br>
|
||||||
|
http://fltk.org/newsgroups.php [web interface]<br>
|
||||||
|
|
||||||
To send a message to the FLTK mailing list
|
Point your NNTP news reader at news.easysw.com. At minimum, you'll want to subscribe
|
||||||
("fltk@fltk.org") you must first join the list.
|
to the "fltk.general" group for general FLTK questions and answers.
|
||||||
Non-member submissions are blocked to avoid problems with
|
|
||||||
unsolicited email.
|
|
||||||
|
|
||||||
To join the FLTK mailing list, send a message to
|
You can also use the web interface to the newsgroup; just go to the main http://fltk.org/
|
||||||
"majordomo@fltk.org" with "subscribe fltk"
|
page and click on "Forums".
|
||||||
in the message body. A digest of this list is available by
|
|
||||||
subscribing to the "fltk-digest" mailing list.
|
|
||||||
|
|
||||||
\section intro_reporting Reporting Bugs
|
\section intro_reporting Reporting Bugs
|
||||||
|
|
||||||
To report a bug in FLTK, send an email to
|
To report a bug in FLTK, or for feature requests, please use the form at
|
||||||
"fltk-bugs@fltk.org". Please include the FLTK version,
|
<A href="http://www.fltk.org/str.php">http://www.fltk.org/str.php</A>,
|
||||||
operating system & version, and compiler that you are using
|
and click on "Submit Bug or Feature Request".
|
||||||
when describing the bug or problem. We will be unable to provide
|
|
||||||
|
You'll be prompted for the FLTK version, operating system & version,
|
||||||
|
and compiler that you are using. We will be unable to provide
|
||||||
any kind of help without that basic information.
|
any kind of help without that basic information.
|
||||||
|
|
||||||
Bugs can also be reported to the "fltk.bugs" newsgroup or on the
|
For general support and questions, please use the fltk.general newsgroup (see above, "NNTP Newsgroups")
|
||||||
SourceForge bug tracker pages.
|
or the web interface to the newsgroups at <A href="http://fltk.org/newsgroups.php">http://fltk.org/newsgroups.php</A>.
|
||||||
|
|
||||||
For general support and questions, please use the FLTK mailing list
|
|
||||||
at "fltk@fltk.org" or one of the newsgroups.
|
|
||||||
|
|
||||||
|
|
||||||
\htmlonly
|
\htmlonly
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
OBJECTS = &
|
OBJECTS = &
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
* Please report all bugs and problems on the following page:
|
||||||
|
*
|
||||||
|
* http://www.fltk.org/str.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
* Please report all bugs and problems on the following page:
|
||||||
|
*
|
||||||
|
* http://www.fltk.org/str.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
* Please report all bugs and problems on the following page:
|
||||||
|
*
|
||||||
|
* http://www.fltk.org/str.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
* Please report all bugs and problems on the following page:
|
||||||
|
*
|
||||||
|
* http://www.fltk.org/str.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../makeinclude
|
include ../makeinclude
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
LIBNAMEROOT=ftlk_jpeg
|
LIBNAMEROOT=ftlk_jpeg
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
# SHELL=cmd.exe
|
# SHELL=cmd.exe
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
* Please report all bugs and problems on the following page:
|
||||||
|
*
|
||||||
|
* http://www.fltk.org/str.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
# Notes:
|
# Notes:
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../makeinclude
|
include ../makeinclude
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
LIBNAMEROOT=ftlk_png
|
LIBNAMEROOT=ftlk_png
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
// USA.
|
// USA.
|
||||||
//
|
//
|
||||||
// Please report all bugs and problems to "fltk-bugs@fltk.org
|
// Please report all bugs and problems on the following page:
|
||||||
|
//
|
||||||
|
// http://www.fltk.org/str.php
|
||||||
|
|
||||||
// This file contains MacOS-specific code for fltk which is always linked
|
// This file contains MacOS-specific code for fltk which is always linked
|
||||||
// in. Search other files for "__APPLE__" or filenames ending in _mac.cxx
|
// in. Search other files for "__APPLE__" or filenames ending in _mac.cxx
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
// USA.
|
// USA.
|
||||||
//
|
//
|
||||||
// Please report all bugs and problems to "fltk-bugs@fltk.org
|
// Please report all bugs and problems on the following page:
|
||||||
|
//
|
||||||
|
// http://www.fltk.org/str.php
|
||||||
|
|
||||||
// This file contains win32-specific code for fltk which is always linked
|
// This file contains win32-specific code for fltk which is always linked
|
||||||
// in. Search other files for "WIN32" or filenames ending in _win32.cxx
|
// in. Search other files for "WIN32" or filenames ending in _win32.cxx
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
CPPFILES = &
|
CPPFILES = &
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
// USA.
|
// USA.
|
||||||
//
|
//
|
||||||
// Please report all bugs and problems to "fltk-bugs@fltk.org".
|
// Please report all bugs and problems on the following page:
|
||||||
|
//
|
||||||
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef FL_DOXYGEN
|
#ifndef FL_DOXYGEN
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../../makeinclude
|
include ../../makeinclude
|
||||||
|
|||||||
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../makeinclude
|
include ../makeinclude
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
// USA.
|
// USA.
|
||||||
//
|
//
|
||||||
// Please report all bugs and problems to "fltk-bugs@fltk.org".
|
// Please report all bugs and problems on the following page:
|
||||||
|
//
|
||||||
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
!include ../watcom.mif
|
!include ../watcom.mif
|
||||||
|
|||||||
+3
-1
@@ -19,7 +19,9 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
// USA.
|
// USA.
|
||||||
//
|
//
|
||||||
// Please report all bugs and problems to "fltk-bugs@fltk.org".
|
// Please report all bugs and problems on the following page:
|
||||||
|
//
|
||||||
|
// http://www.fltk.org/str.php
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <FL/Fl.H>
|
#include <FL/Fl.H>
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
* USA.
|
* USA.
|
||||||
*
|
*
|
||||||
* Please report all bugs and problems to "fltk-bugs@fltk.org".
|
* Please report all bugs and problems on the following page:
|
||||||
|
*
|
||||||
|
* http://www.fltk.org/str.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
include ../makeinclude
|
include ../makeinclude
|
||||||
|
|||||||
+3
-1
@@ -20,7 +20,9 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA.
|
# USA.
|
||||||
#
|
#
|
||||||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
# Please report all bugs and problems on the following page:
|
||||||
|
#
|
||||||
|
# http://www.fltk.org/str.php
|
||||||
#
|
#
|
||||||
|
|
||||||
LIBNAMEROOT=ftlk_z
|
LIBNAMEROOT=ftlk_z
|
||||||
|
|||||||
Reference in New Issue
Block a user