From 8797d6ab8ef5121c900cd74b8662305ec7aeb34b Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 12 Jul 2011 08:56:19 +0200 Subject: Synchronised files --- gl/internal/dri_interface.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gl/internal/dri_interface.h') 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); }; -- cgit v1.2.3