dont zero frame extents. possible fix for #6.

This commit is contained in:
Christopher Jeffrey 2012-02-22 01:08:12 -06:00
parent b93c6875cf
commit c01befec1f
1 changed files with 5 additions and 5 deletions

View File

@ -927,10 +927,10 @@ 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);
if (!w) return;