summaryrefslogtreecommitdiffstats
path: root/server/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/tree.h')
-rw-r--r--server/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tree.h b/server/tree.h
index 704bf533..82f9ce3b 100644
--- a/server/tree.h
+++ b/server/tree.h
@@ -45,6 +45,7 @@ struct TreeItem {
QRegion rgn;
};
+/* A region "below" a copy, or the src region of the copy */
struct Shadow {
TreeItem base;
QRegion on_hold;