calmwm.c: fix undefined macros on Linux
This commit is contained in:
parent
da63c8d00e
commit
a32eb91c6c
1 changed files with 130 additions and 126 deletions
4
calmwm.c
4
calmwm.c
|
|
@ -36,6 +36,10 @@
|
|||
|
||||
#include "calmwm.h"
|
||||
|
||||
#define __dead
|
||||
#define INFTIM (-1)
|
||||
#define WAIT_ANY (-1)
|
||||
|
||||
Display *X_Dpy;
|
||||
Time Last_Event_Time = CurrentTime;
|
||||
Atom cwmh[CWMH_NITEMS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue