dont zero frame extents. possible fix for #6.
This commit is contained in:
parent
b93c6875cf
commit
c01befec1f
10
compton.c
10
compton.c
|
@ -927,12 +927,12 @@ get_frame_extents(Display *dpy, Window w,
|
||||||
unsigned char *data = NULL;
|
unsigned char *data = NULL;
|
||||||
int result;
|
int result;
|
||||||
|
|
||||||
*left = 0;
|
// *left = 0;
|
||||||
*right = 0;
|
// *right = 0;
|
||||||
*top = 0;
|
// *top = 0;
|
||||||
*bottom = 0;
|
// *bottom = 0;
|
||||||
|
|
||||||
//w = find_client_win(dpy, w);
|
// w = find_client_win(dpy, w);
|
||||||
if (!w) return;
|
if (!w) return;
|
||||||
|
|
||||||
result = XGetWindowProperty(
|
result = XGetWindowProperty(
|
||||||
|
|
Loading…
Reference in New Issue