mirror of https://github.com/0intro/wmii
small fix in wmiiwarp.c
This commit is contained in:
parent
257207046f
commit
63d343c87f
|
@ -6,11 +6,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <cext.h>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
#include "cext.h"
|
||||
|
||||
static char version[] = "wmiiwarp - " VERSION ", (C)opyright MMIV-MMV Anselm R. Garbe\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue