diff dwm.h @ 3:faa4cb9d7bd6

add TASKBAR and CLICK_TO_FOCUS
author paulo@localhost
date Thu, 23 Apr 2009 02:43:13 -0700
parents ba504f41828f
children 0968b3739b8d
line diff
     1.1 --- a/dwm.h	Tue Mar 24 12:52:45 2009 -0700
     1.2 +++ b/dwm.h	Thu Apr 23 02:43:13 2009 -0700
     1.3 @@ -100,7 +100,7 @@
     1.4  extern DC dc;					/* global draw context */
     1.5  extern Display *dpy;
     1.6  extern Layout *lt;
     1.7 -extern Window root, barwin;
     1.8 +extern Window root, barwin, tbarwin;
     1.9  
    1.10  /* client.c */
    1.11  extern void configure(Client *c);		/* send synthetic configure event */