Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison dwm.h @ 5:e060ab82b136
gapless grid
author | paulo@thepaulopc |
---|---|
date | Wed, 27 Jan 2010 23:28:29 -0800 |
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 */ |