X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=main.c;h=985635432dda857dca745bf9d23a3d3c82d0c208;hp=5dab0db43cfcba4c44681fdea794748c0c04a181;hb=26157e6973f240a9b5ee407b9d2d5eca9358844f;hpb=6d22782e8f991a99f9adef56b2b729e5ab5454d2 diff --git a/main.c b/main.c index 5dab0db..9856354 100644 --- a/main.c +++ b/main.c @@ -24,6 +24,7 @@ unsigned int ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; Bool issel = True; +Bool maximized = False; Client *clients = NULL; Client *sel = NULL; Cursor cursor[CurLast];