diff options
Diffstat (limited to 'xorg-server/glx/glxdricommon.h')
-rw-r--r-- | xorg-server/glx/glxdricommon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/glx/glxdricommon.h b/xorg-server/glx/glxdricommon.h index f88964b36..41e2d2770 100644 --- a/xorg-server/glx/glxdricommon.h +++ b/xorg-server/glx/glxdricommon.h @@ -33,7 +33,8 @@ struct __GLXDRIconfig { }; __GLXconfig * -glxConvertConfigs(const __DRIcoreExtension *core, const __DRIconfig **configs); +glxConvertConfigs(const __DRIcoreExtension *core, + const __DRIconfig **configs, unsigned int drawableType); extern const __DRIsystemTimeExtension systemTimeExtension; |