From c01befec1f39e62589dc4e0bc1c177f85f6ded29 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 22 Feb 2012 01:08:12 -0600 Subject: [PATCH] dont zero frame extents. possible fix for #6. --- compton.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compton.c b/compton.c index e4c6e15..5444d9b 100644 --- a/compton.c +++ b/compton.c @@ -927,12 +927,12 @@ get_frame_extents(Display *dpy, Window w, unsigned char *data = NULL; int result; - *left = 0; - *right = 0; - *top = 0; - *bottom = 0; + // *left = 0; + // *right = 0; + // *top = 0; + // *bottom = 0; - //w = find_client_win(dpy, w); + // w = find_client_win(dpy, w); if (!w) return; result = XGetWindowProperty(