Project: PWM
Code Location: git://github.com/Cougar/pwm.gitmaster
Browse
/
Download File
common.h
/*
 * pwm/common.h
 *
 * Copyright (c) Tuomo Valkonen 1999-2001. 
 *
 * You may distribute and modify this program under the terms of either
 * the Clarified Artistic License or the GNU GPL, version 2 or later.
 */

#ifndef INCLUDED_COMMON_H
#define INCLUDED_COMMON_H

#include <libtu/types.h>
#include <libtu/output.h>
#include <libtu/misc.h>
#include <libtu/dlist.h>

#include <X11/Xlib.h>

#include "global.h"
#include "config.h"

#define D(X) X;

#endif /* INCLUDED_COMMON_H */