X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=wm.h;h=70f7ec77731555a0a54c109e2302c69b37a2ff5b;hp=3885cb52ca80cdfa314bbd7760e39d7f4237a19d;hb=8a34fa50f75f4d6d8af234ac0c4f6d40b988d700;hpb=dbf7e03996032a6def3b8e97468b78d6da9e8c88 diff --git a/wm.h b/wm.h index 3885cb5..70f7ec7 100644 --- a/wm.h +++ b/wm.h @@ -3,7 +3,9 @@ * See LICENSE file for license details. */ -#include +#include "draw.h" +#include "util.h" + #include /* WM atoms */ @@ -54,4 +56,3 @@ extern Cursor cursor[CurLast]; extern Pixmap pmap; /* wm.c */ -extern void error(char *errstr, ...);