Configure damage must include shadow region, not just window. Also, leaking
[dana/xcompmgr.git] / ChangeLog
1 2003-11-09  Keith Packard  <keithp@keithp.com>
2
3         * xcompmgr.c: (configure_win):
4         Configure damage must include shadow region, not just window.
5         Also, leaking region on each configure.
6
7 2003-11-09  Keith Packard  <keithp@keithp.com>
8
9         * xcompmgr.c: (main):
10         oops.  Left in an XSynchronize call.
11
12 2003-11-09  Keith Packard  <keithp@keithp.com>
13
14         * xcompmgr.c: (paint_root), (paint_all), (map_win), (add_win),
15         (configure_win), (destroy_win), (main):
16
17         Double buffer updates.
18         Check for InputOnly windows and ignore them
19
20 2003-11-09  Keith Packard  <keithp@keithp.com>
21
22         * xcompmgr.c: (root_tile), (paint_root):
23         Detect root pattern with undocumented _XROOTPMAP_ID property
24
25 2003-11-09  Keith Packard  <keithp@keithp.com>
26
27         * Makefile:
28         * xcompmgr.c: (gaussian), (make_gaussian_map), (sum_gaussian),
29         (make_shadow), (shadow_picture), (win_extents), (paint_all),
30         (map_win), (unmap_win), (add_win), (configure_win), (main):
31         Add drop shadows.