unroll the CCTOSC macro; from Thomas Pfaff

ok oga@
This commit is contained in:
okan
2009-08-27 01:38:08 +00:00
parent b9f8367089
commit 7295c51155
4 changed files with 14 additions and 16 deletions

View File

@ -125,7 +125,7 @@ xev_handle_configurerequest(XEvent *ee)
XWindowChanges wc;
if ((cc = client_find(e->window)) != NULL) {
sc = CCTOSC(cc);
sc = cc->sc;
if (e->value_mask & CWWidth)
cc->geom.width = e->width;