comparison 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
comparison
equal deleted inserted replaced
1:0c5c0b7e6c9e 2:c83066108cfd
98 extern Client *clients, *sel, *stack; /* global client list and stack */ 98 extern Client *clients, *sel, *stack; /* global client list and stack */
99 extern Cursor cursor[CurLast]; 99 extern Cursor cursor[CurLast];
100 extern DC dc; /* global draw context */ 100 extern DC dc; /* global draw context */
101 extern Display *dpy; 101 extern Display *dpy;
102 extern Layout *lt; 102 extern Layout *lt;
103 extern Window root, barwin; 103 extern Window root, barwin, tbarwin;
104 104
105 /* client.c */ 105 /* client.c */
106 extern void configure(Client *c); /* send synthetic configure event */ 106 extern void configure(Client *c); /* send synthetic configure event */
107 extern void focus(Client *c); /* focus c, c may be NULL */ 107 extern void focus(Client *c); /* focus c, c may be NULL */
108 extern void killclient(Arg *arg); /* kill c nicely */ 108 extern void killclient(Arg *arg); /* kill c nicely */