summaryrefslogtreecommitdiff
path: root/exa/exa_offscreen.c
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2005-07-01 13:30:29 +0000
committerZack Rusin <zack@kde.org>2005-07-01 13:30:29 +0000
commitaabb868920658c9d3979dc194c6bd9702171f101 (patch)
tree5963409f3938d7c41db160fbce39186d81c7b822 /exa/exa_offscreen.c
parent0fa9d1fb4886c418e3d8e0886ad815513eda0633 (diff)
removing all debugging output from the default build :)
Diffstat (limited to 'exa/exa_offscreen.c')
-rw-r--r--exa/exa_offscreen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/exa/exa_offscreen.c b/exa/exa_offscreen.c
index 53931d84b..d62db9016 100644
--- a/exa/exa_offscreen.c
+++ b/exa/exa_offscreen.c
@@ -349,7 +349,9 @@ exaOffscreenInit (ScreenPtr pScreen)
area->next = NULL;
area->score = 0;
+#if DEBUG_OFFSCREEN
ErrorF("============ initial memory block of %d\n", area->size);
+#endif
/* Add it to the free areas */
pExaScr->info->card.offScreenAreas = area;