SVN revision: 14770
This commit is contained in:
Kim Woelders 2005-05-14 10:04:01 +00:00
parent df2a6dcdcd
commit 5c435edeb2
1 changed files with 3 additions and 0 deletions

View File

@ -1644,6 +1644,9 @@ ECompMgrRepaint(void)
Picture pict, pbuf;
Desk *d = DeskGet(0);
if (!Conf_compmgr.enable)
return;
region = XFixesCreateRegion(disp, 0, 0);
XFixesCopyRegion(disp, region, allDamage);