diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-01-07 08:12:01 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2007-01-18 18:20:36 -0500 |
commit | d29b795c57c4c092dfa638294145cfcd5cd395e2 (patch) | |
tree | 631766b72024794252526faa9f1b8fcba3b3a8b8 /src/glx/x11/xf86dristr.h | |
parent | 3c59483ed7c5700a58f47ca9b4a61214d02c9307 (diff) |
Remove XIDs from DRI interface (see #5714).frontbuffer-removal
Diffstat (limited to 'src/glx/x11/xf86dristr.h')
-rw-r--r-- | src/glx/x11/xf86dristr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/glx/x11/xf86dristr.h b/src/glx/x11/xf86dristr.h index ac05b183b3..7e8bc557d3 100644 --- a/src/glx/x11/xf86dristr.h +++ b/src/glx/x11/xf86dristr.h @@ -50,9 +50,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 4.0.0: Original * 4.0.1: Patch to bump clipstamp when windows are destroyed, 28 May 02 * 4.1.0: Add transition from single to multi in DRMInfo rec, 24 Jun 02 + * 5.0.0: Drop XIDs from DRI interface. */ -#define XF86DRI_MAJOR_VERSION 4 -#define XF86DRI_MINOR_VERSION 1 +#define XF86DRI_MAJOR_VERSION 5 +#define XF86DRI_MINOR_VERSION 0 #define XF86DRI_PATCH_VERSION 0 typedef struct _XF86DRIQueryVersion { |