Modified paint_all so that it doesn't draw off-screen windows, and doesn't

draw shadows on desktop 'root' windows.
This commit is contained in:
dolio
2004-09-29 18:33:42 +00:00
parent c262e75a82
commit 2427e4ea66
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2004-09-29 Dan Doel <dolio@case.edu>
* xcompmgr.c: (paint_all):
Added some small optimizations by Thomas Luebking. paint_all
now avoids drawing windows that don't appear on the screen,
and doesn't bother drawing shadows on desktop windows.
2004-09-23 Dan Doel <dolio@case.edu>
* xcompmgr.1: