31 lines
987 B
C
31 lines
987 B
C
/****************************************************************
|
|
* File: wmcalc_x.h
|
|
* Version: 0.3
|
|
* Author: Edward H. Flora <ehflora@access1.net>
|
|
*
|
|
* This file is a part of the wmcalc application. As such, this
|
|
* file is licensed under the GNU General Public License, version 2.
|
|
* A copy of this license may be found in the file COPYING that should
|
|
* have been distributed with this file. If not, please refer to
|
|
* http://www.gnu.org/copyleft/gpl.html for details.
|
|
*
|
|
****************************************************************
|
|
Description:
|
|
This file includes the X libraries.
|
|
|
|
Change History:
|
|
Date Modification
|
|
12/10/00 Original File Creation, from Peter da Silva <peter@taronga.com>
|
|
|
|
****************************************************************/
|
|
#ifndef WMCALC_X_H
|
|
#define WMCALC_X_H
|
|
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
#include <X11/xpm.h>
|
|
#include <X11/extensions/shape.h>
|
|
#include <X11/keysym.h>
|
|
|
|
#endif
|