dockapps/wmcalc/wmcalc_x.h
Doug Torrance a50001bbe9 wmcalc: Add version 0.4 to repository.
Source obtained from:
ftp://ftp.afterstep.org/stable/rpms/misc-tarballs/wmcalc-0.4.tar.gz
2015-01-10 19:02:57 +00:00

31 lines
994 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