Mercurial > aewl
comparison dwm.h @ 479:de69a7b0c8fa
fixed issue pointed out by Jukka
author | arg@mmvi |
---|---|
date | Fri, 22 Sep 2006 11:49:24 +0200 |
parents | 2d8af0d7920d |
children | 680aca428830 |
comparison
equal
deleted
inserted
replaced
478:635b58a87d20 | 479:de69a7b0c8fa |
---|---|
76 struct Client { | 76 struct Client { |
77 char name[256]; | 77 char name[256]; |
78 int proto; | 78 int proto; |
79 int x, y, w, h; | 79 int x, y, w, h; |
80 int tx, ty, tw, th; /* title window geometry */ | 80 int tx, ty, tw, th; /* title window geometry */ |
81 int rx, ry, rw, rh; /* revert geometry */ | |
82 int basew, baseh, incw, inch, maxw, maxh, minw, minh; | 81 int basew, baseh, incw, inch, maxw, maxh, minw, minh; |
83 int grav; | 82 int grav; |
84 long flags; | 83 long flags; |
85 unsigned int border, weight; | 84 unsigned int border, weight; |
86 Bool isfloat; | 85 Bool isfloat; |