Import linux.patch

Patch largely based on cwmbuild.sh from http://tamentis.com/hacks/cwm/
written by Bertrand Janin, updated by Christian Neukirchen.
This commit is contained in:
Christian Neukirchen
2010-02-21 19:15:27 +01:00
parent 507480a695
commit 50aff37f50
3 changed files with 38 additions and 5 deletions

View File

@ -21,6 +21,10 @@
#ifndef _CALMWM_H_
#define _CALMWM_H_
/* ugly stuff */
#define TAILQ_END(head) NULL
#define __dead
#include <X11/Xatom.h>
#include <X11/Xft/Xft.h>
#include <X11/Xlib.h>