My dwm build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 line
329 B

  1. --- dwm.c
  2. +++ dwm.c
  3. @@ -163,6 +163,7 @@ static void detach(Client *c);
  4. static Monitor *dirtomon(int dir);
  5. static void drawbar(Monitor *m);
  6. static void drawbars(void);
  7. +static int drawstatusbar(Monitor *m, int bh, char* text);
  8. static void enternotify(XEvent *e);
  9. static void expose(XEvent *e);
  10. static void focus(Client *c);