summaryrefslogtreecommitdiff
path: root/include/pixmapstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pixmapstr.h')
-rw-r--r--include/pixmapstr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pixmapstr.h b/include/pixmapstr.h
index 1b0df9fd3..22a1f1025 100644
--- a/include/pixmapstr.h
+++ b/include/pixmapstr.h
@@ -79,6 +79,10 @@ typedef struct _Pixmap {
#ifdef PIXPRIV
DevUnion *devPrivates; /* real devPrivates like gcs & windows */
#endif
+#ifdef COMPOSITE
+ short screen_x;
+ short screen_y;
+#endif
} PixmapRec;
#endif /* PIXMAPSTRUCT_H */