aewl

diff wm.h @ 2:a79188fe4a40

added new stuff
author Anselm R. Garbe <garbeam@wmii.de>
date Mon, 10 Jul 2006 18:35:39 +0200
parents 491f34c11291
children e969f3575b7a
line diff
     1.1 --- a/wm.h	Mon Jul 10 16:49:43 2006 +0200
     1.2 +++ b/wm.h	Mon Jul 10 18:35:39 2006 +0200
     1.3 @@ -3,7 +3,9 @@
     1.4   * See LICENSE file for license details.
     1.5   */
     1.6  
     1.7 -#include <X11/Xlib.h>
     1.8 +#include "draw.h"
     1.9 +#include "util.h"
    1.10 +
    1.11  #include <X11/Xutil.h>
    1.12  
    1.13  /* WM atoms */
    1.14 @@ -54,4 +56,3 @@
    1.15  extern Pixmap pmap;
    1.16  
    1.17  /* wm.c */
    1.18 -extern void error(char *errstr, ...);