diff options
author | marha <marha@users.sourceforge.net> | 2011-05-09 09:35:45 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-09 09:35:45 +0000 |
commit | 43b2398ee28e9144fd51eb9994d67c4c9a198c9c (patch) | |
tree | af05c516b61241b6444059697ce94eee092ba8ff /mesalib/include/GL/internal | |
parent | 151019725213fc50a8aa4db8c4524387fea8f476 (diff) | |
download | vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.tar.gz vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.tar.bz2 vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.zip |
libXext libX11 mkfontscale mesa git update 9 May 2011
Diffstat (limited to 'mesalib/include/GL/internal')
-rw-r--r-- | mesalib/include/GL/internal/dri_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/include/GL/internal/dri_interface.h b/mesalib/include/GL/internal/dri_interface.h index 2fb729afc..d79155798 100644 --- a/mesalib/include/GL/internal/dri_interface.h +++ b/mesalib/include/GL/internal/dri_interface.h @@ -816,6 +816,7 @@ struct __DRIdri2ExtensionRec { #define __DRI_IMAGE_USE_SHARE 0x0001 #define __DRI_IMAGE_USE_SCANOUT 0x0002 +#define __DRI_IMAGE_USE_CURSOR 0x0004 /** * queryImage attributes |