diff options
author | marha <marha@users.sourceforge.net> | 2011-07-12 08:56:19 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-07-12 08:56:19 +0200 |
commit | 8797d6ab8ef5121c900cd74b8662305ec7aeb34b (patch) | |
tree | 69096d9a3ed417e7862f9d7a3f2ed7883ec80451 /gl/internal | |
parent | f9f3118e6636a03c096898e023e7e13a328cbaed (diff) | |
download | vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.tar.gz vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.tar.bz2 vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.zip |
Synchronised files
Diffstat (limited to 'gl/internal')
-rw-r--r-- | gl/internal/dri_interface.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gl/internal/dri_interface.h b/gl/internal/dri_interface.h index 2132277f0..7b9de0359 100644 --- a/gl/internal/dri_interface.h +++ b/gl/internal/dri_interface.h @@ -851,6 +851,11 @@ struct __DRIimageExtensionRec { void *loaderPrivate);
GLboolean (*queryImage)(__DRIimage *image, int attrib, int *value);
+
+ /**
+ * The new __DRIimage will share the content with the old one, see dup(2).
+ */
+ __DRIimage *(*dupImage)(__DRIimage *image, void *loaderPrivate);
};
|