JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
some more code polishing
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 2ec0bf7..a4dc2ba 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -105,7 +105,7 @@ extern void focusnext(Arg *arg);            /* focuses next visible client, arg is ignored
 extern void focusprev(Arg *arg);               /* focuses previous visible client, arg is ignored */
 extern void killclient(Arg *arg);              /* kill c nicely */
 extern void manage(Window w, XWindowAttributes *wa);   /* manage new client */
-Client *nexttiled(Client *c);                  /* returns tiled successor of c */
+extern Client *nexttiled(Client *c);           /* returns tiled successor of c */
 extern void resize(Client *c, int x, int y,
                int w, int h, Bool sizehints);  /* resize with given coordinates c*/
 extern void updatesizehints(Client *c);                /* update the size hint variables of c */
@@ -115,7 +115,6 @@ extern void zoom(Arg *arg);                 /* zooms the focused client to master area, arg is
 
 /* event.c */
 extern void grabkeys(void);                    /* grab all keys defined in config.h */
-extern void procevent(void);                   /* process pending X events */
 
 /* main.c */
 extern void drawstatus(void);                  /* draw the bar */