diff options
author | Brian <[email protected]> | 2007-10-31 15:01:25 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 15:01:25 -0600 |
commit | 4411614fed938ba9495f43c01de1c3099febd860 (patch) | |
tree | 854eed9f85abb33ddcb56611fcdf25326209ef3f /src/mesa/pipe/xlib/xmesaP.h | |
parent | c1f11891dfc5df6ea0bcbb809f3f4ad2b81a1f6e (diff) |
don't pass x,y,width,height to clear functions
Diffstat (limited to 'src/mesa/pipe/xlib/xmesaP.h')
-rw-r--r-- | src/mesa/pipe/xlib/xmesaP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index 9a91aebc648..bf4b7178f94 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -54,7 +54,6 @@ struct xmesa_renderbuffer; /* Function pointer for clearing color buffers */ typedef void (*ClearFunc)( GLcontext *ctx, struct xmesa_renderbuffer *xrb, - GLint x, GLint y, GLint width, GLint height, GLuint value ); |