sane typedef names

This commit is contained in:
Sean Pringle
2014-12-29 21:41:51 +10:00
parent a45ac3e8b6
commit be1a3d88b5
9 changed files with 106 additions and 106 deletions

View File

@@ -98,7 +98,7 @@ void window_listen(Window win)
// build windows cache
void query_windows()
{
unsigned int nwins; int i; Window w1, w2, *wins; client *c;
unsigned int nwins; int i; Window w1, w2, *wins; Client *c;
if (windows.depth || !(XQueryTree(display, root, &w1, &w2, &wins, &nwins) && wins))
return;
for (i = nwins-1; i > -1 && windows.depth < STACK; i--)