From f85968efdac22249de246783db8a008c823e12ae Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 27 Aug 2009 01:38:08 +0000 Subject: unroll the CCTOSC macro; from Thomas Pfaff ok oga@ --- xevents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xevents.c') diff --git a/xevents.c b/xevents.c index d4be785..38efe67 100644 --- a/xevents.c +++ b/xevents.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: xevents.c,v 1.42 2009/08/24 23:49:04 okan Exp $ + * $Id: xevents.c,v 1.43 2009/08/27 01:38:08 okan Exp $ */ /* @@ -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; -- cgit v1.2.3-2-gb3c3