1 2003-11-09 Keith Packard <keithp@keithp.com>
3 * xcompmgr.c: (root_tile):
4 Make sure _XROOTPMAP_ID property is right type, format and length
5 before attempting to use the resulting value.
7 2003-11-09 Keith Packard <keithp@keithp.com>
9 * xcompmgr.c: (configure_win):
10 Configure damage must include shadow region, not just window.
11 Also, leaking region on each configure.
13 2003-11-09 Keith Packard <keithp@keithp.com>
16 oops. Left in an XSynchronize call.
18 2003-11-09 Keith Packard <keithp@keithp.com>
20 * xcompmgr.c: (paint_root), (paint_all), (map_win), (add_win),
21 (configure_win), (destroy_win), (main):
23 Double buffer updates.
24 Check for InputOnly windows and ignore them
26 2003-11-09 Keith Packard <keithp@keithp.com>
28 * xcompmgr.c: (root_tile), (paint_root):
29 Detect root pattern with undocumented _XROOTPMAP_ID property
31 2003-11-09 Keith Packard <keithp@keithp.com>
34 * xcompmgr.c: (gaussian), (make_gaussian_map), (sum_gaussian),
35 (make_shadow), (shadow_picture), (win_extents), (paint_all),
36 (map_win), (unmap_win), (add_win), (configure_win), (main):