wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmcalc / wmcalc_x.h
blob32b6c50fc37fecff3397715f27c3655de938f049
1 /****************************************************************
2 * File: wmcalc_x.h
3 * Version: 0.3
4 * Author: Edward H. Flora <ehflora@access1.net>
6 * This file is a part of the wmcalc application. As such, this
7 * file is licensed under the GNU General Public License, version 2.
8 * A copy of this license may be found in the file COPYING that should
9 * have been distributed with this file. If not, please refer to
10 * http://www.gnu.org/copyleft/gpl.html for details.
12 ****************************************************************
13 Description:
14 This file includes the X libraries.
16 Change History:
17 Date Modification
18 12/10/00 Original File Creation, from Peter da Silva <peter@taronga.com>
20 ****************************************************************/
21 #ifndef WMCALC_X_H
22 #define WMCALC_X_H
24 #include <X11/Xlib.h>
25 #include <X11/Xutil.h>
26 #include <X11/xpm.h>
27 #include <X11/extensions/shape.h>
28 #include <X11/keysym.h>
30 #endif