Mercurial > aewl
comparison event.c @ 55:fcbf7213d96f
continued with man page
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Fri, 14 Jul 2006 08:34:38 +0200 |
parents | 529901e6a227 |
children | 1269bd127551 |
comparison
equal
deleted
inserted
replaced
54:a64602deac83 | 55:fcbf7213d96f |
---|---|
85 if(ev->value_mask & CWWidth) | 85 if(ev->value_mask & CWWidth) |
86 c->w = ev->width; | 86 c->w = ev->width; |
87 if(ev->value_mask & CWHeight) | 87 if(ev->value_mask & CWHeight) |
88 c->h = ev->height; | 88 c->h = ev->height; |
89 if(ev->value_mask & CWBorderWidth) | 89 if(ev->value_mask & CWBorderWidth) |
90 c->border = ev->border_width; | 90 c->border = 1; |
91 gravitate(c, False); | 91 gravitate(c, False); |
92 resize(c, True); | 92 resize(c, True); |
93 } | 93 } |
94 | 94 |
95 wc.x = ev->x; | 95 wc.x = ev->x; |