X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=9e4cf45065c48d60dcf93cae933a67b4496a38a5;hb=b8bccb4ac5222a01ecd6a5f82997ea2ee3b84b8b;hp=8af071a9a2c036234b83e98e3877ebd92e366bf3;hpb=9ca5c3b108dbda55c1ac9f068b631911f5685eeb;p=dwm.git diff --git a/dwm.h b/dwm.h index 8af071a..9e4cf45 100644 --- a/dwm.h +++ b/dwm.h @@ -1,4 +1,5 @@ -/* (C)opyright MMVI-MMVII Anselm R. Garbe +/* © 2006-2007 Anselm R. Garbe + * © 2006-2007 Sander van Dijk * See LICENSE file for license details. * * dynamic window manager is designed like any other X client as well. It is @@ -49,7 +50,7 @@ struct Client { int basew, baseh, incw, inch, maxw, maxh, minw, minh; int minax, maxax, minay, maxay; long flags; - unsigned int border; + unsigned int border, oldborder; Bool isbanned, isfixed, ismax, isfloating; Bool *tags; Client *next;