summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-05-06 11:27:12 +0100
committerDave Airlie <airlied@redhat.com>2012-05-06 11:27:12 +0100
commit73f13f6606ed8a2a0fd8513ad0c9f2817d1e50a5 (patch)
tree5480e4670aaed79c306023913d3ebdd6fc1ed01f
parentd4c7f7f92967589e9d37e11c1296f0f7bf9f0fb4 (diff)
add shared pixmap usage flag
-rw-r--r--include/scrnintstr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h
index ab89cf7cc..92ee5bd5e 100644
--- a/include/scrnintstr.h
+++ b/include/scrnintstr.h
@@ -184,6 +184,8 @@ typedef void (*ClipNotifyProcPtr) (WindowPtr /*pWindow */ ,
#define CREATE_PIXMAP_USAGE_BACKING_PIXMAP 2
/* pixmap will contain a glyph */
#define CREATE_PIXMAP_USAGE_GLYPH_PICTURE 3
+/* pixmap will be shared */
+#define CREATE_PIXMAP_USAGE_SHARED 4
typedef PixmapPtr (*CreatePixmapProcPtr) (ScreenPtr /*pScreen */ ,
int /*width */ ,