X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=wm.h;h=fc07b5cad4ca9070a9742c200d4220057f7a248c;hp=a24b40d41f0b29ca972337551f78a781449a55a8;hb=896f08d7d553f7def3877648c113cf03e6ca546a;hpb=a05beb6585713aeb661cf30c080e77fbfdb28867 diff --git a/wm.h b/wm.h index a24b40d..fc07b5c 100644 --- a/wm.h +++ b/wm.h @@ -25,6 +25,7 @@ struct Client { char name[256], tag[256]; int proto; int x, y, w, h; + int tx, ty, tw, th; int basew, baseh, incw, inch, maxw, maxh, minw, minh; long flags; Window win;