X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.c;h=4847a889434e8619965340637f2ac410be16f44a;hb=e1002745fa4e2649d1f166f652c6c41ccfaaca9b;hp=12ad997e4a3fb7d9daacc5183643efda164ef533;hpb=64243ab05b1eb6edfd2ede98a318de7379b7dc2e;p=dwm.git diff --git a/dwm.c b/dwm.c index 12ad997..4847a88 100644 --- a/dwm.c +++ b/dwm.c @@ -16,8 +16,8 @@ * Each child of the root window is called a client, except windows which have * set the override_redirect flag. Clients are organized in a global * doubly-linked client list, the focus history is remembered through a global - * stack list. Each client contains an array of Bools of the same size as the - * global tags array to indicate the tags of a client. + * stack list. Each client contains a bit array to indicate the tags of a + * client. * * Keys and tagging rules are organized as arrays and defined in config.h. * @@ -357,7 +357,7 @@ checkotherwm(void) { void cleanup(void) { close(STDIN_FILENO); - view(NULL); + view((uint[]){~0}); while(stack) unmanage(stack); if(dc.font.set)