Make AddMouseRegion's index unsigned
[dockapps.git] / libdockapp / README
blob8b663dfcc245dad25336cb6ccee2fa55c35ceae1
1 DockApp Development Standard Library
3 Alban G. Hertroys <dalroi@solfertje.student.utwente.nl>
4 Alfredo K. Kojima <kojima@windowmaker.org>
5 Pascal G. Hofstee <daeron@windowmaker.org>
7 ...............................................................................
9 You must have libXpm library installed and the shape extension supported
10 by your X server to be able to build and install libdockapp.
12 If you received this file in a tarball then you probably need to generate the
13 configuration environment yourself. You need libtool and autotools for this
14 purpose.
15 To compile libDockApp enter the libdockapp directory and type:
17 autoreconf -if
18 ./configure
19 make install
21 You can choose to not install the examples or the fonts with configure
22 options:
23   --with-font             install the dockapp font (default=yes)
24   --with-examples         install the examples (default=yes)
27 The API is described in dockapp.h
28 There are some examples in the examples directory. These aren't build by
29 default.
30 You can compile them like:
32     cd examples/basic
33     make
35 Optionally you can "make install" if you really like the example application.
38 License:
40 Copyright (c) 1999-2003 Alfredo K. Kojima, Pascal Hofstee, Alban G. Hertroys
41 All rights reserved.
43 Redistribution and use in source and binary forms, with or without
44 modification, are permitted provided that the following conditions
45 are met:
46 1. Redistributions of source code must retain the above copyright
47    notice, this list of conditions and the following disclaimer.
48 2. Redistributions in binary form must reproduce the above copyright
49    notice, this list of conditions and the following disclaimer in the
50    documentation and/or other materials provided with the distribution.
51 3. The name of the author may not be used to endorse or promote products
52    derived from this software without specific prior written permission.
54 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
55 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
56 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
57 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
58 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
59 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
60 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
61 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
62 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
63 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.