summaryrefslogtreecommitdiff
path: root/src/paint.c
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2007-03-07 14:13:37 +0100
committerDavid Reveman <davidr@novell.com>2007-03-07 14:13:37 +0100
commit72e37f1b7d620b453fe382b750f6efe77fb96e5f (patch)
tree421102ee35eb041523408b1e841e4b33ac8b31ef /src/paint.c
parenta95ce9ab161cf5f847a88be21b402ecec2e0cb04 (diff)
count should be incremented for each window.
Diffstat (limited to 'src/paint.c')
-rw-r--r--src/paint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/paint.c b/src/paint.c
index e984379a..be7c3a57 100644
--- a/src/paint.c
+++ b/src/paint.c
@@ -210,6 +210,8 @@ paintScreenRegion (CompScreen *screen,
XSubtractRegion (tmpRegion, w->region, tmpRegion);
}
+
+ count++;
}
(*screen->paintBackground) (screen, tmpRegion, backgroundMask);