Mercurial > aewl
comparison wm.h @ 22:bd3a44353916
fixed several other stuff, coming closer to something useful
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 23:46:39 +0200 |
parents | 4560e0882c1d |
children | 95ffdfd0a819 |
comparison
equal
deleted
inserted
replaced
21:3ef108a5ca0a | 22:bd3a44353916 |
---|---|
23 | 23 |
24 struct Client { | 24 struct Client { |
25 char name[256], tag[256]; | 25 char name[256], tag[256]; |
26 int proto; | 26 int proto; |
27 int x, y, w, h; | 27 int x, y, w, h; |
28 int tx, ty, tw, th; | |
28 int basew, baseh, incw, inch, maxw, maxh, minw, minh; | 29 int basew, baseh, incw, inch, maxw, maxh, minw, minh; |
29 long flags; | 30 long flags; |
30 Window win; | 31 Window win; |
31 Window trans; | 32 Window trans; |
32 Window title; | 33 Window title; |