From dd18a4f335984081ccf5c2145b7983168ab3e074 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 23 Jun 2000 17:34:47 +0000 Subject: updated with version numbers, edits from Jon Leech --- docs/MESA_copy_sub_buffer.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/MESA_copy_sub_buffer.spec') diff --git a/docs/MESA_copy_sub_buffer.spec b/docs/MESA_copy_sub_buffer.spec index 6402a5ff42..ad6b00c05d 100644 --- a/docs/MESA_copy_sub_buffer.spec +++ b/docs/MESA_copy_sub_buffer.spec @@ -20,7 +20,7 @@ Version Number - ??? + 215 Dependencies @@ -45,7 +45,7 @@ Issues New Procedures and Functions void glXCopySubBufferMESA( Display *dpy, GLXDrawable drawable, - int x, int y, int width, int height ); + int x, int y, int width, int height ); New Tokens @@ -57,8 +57,8 @@ Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) The function - void glXCopySubBufferMESA( Display *dpy, GLXDrawable drawable, - int x, int y, int width, int height ); + void glXCopySubBufferMESA( Display *dpy, GLXDrawable drawable, + int x, int y, int width, int height ); may be used to copy a rectangular region of the back color buffer to the front color buffer. This can be used to quickly repaint 3D windows @@ -68,7 +68,7 @@ Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) and indicates the lower-left corner of the region to copy and and indicate the size in pixels. Coordinate (0,0) corresponds to the lower-left pixel of the window, like glReadPixels. - + GLX Protocol None at this time. The extension is implemented in terms of ordinary -- cgit v1.2.3