diff options
author | Zack Rusin <[email protected]> | 2009-09-09 17:38:13 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-09-10 17:43:25 -0400 |
commit | 8c37a4c8fd133f3cddc6798a0834038730acc213 (patch) | |
tree | d123b6cbd356f0155649ca66c5cacc75497f87de /src/gallium/state_trackers/xorg/xorg_exa.h | |
parent | 85a716bf627080c5b57653ddfca199e752f6906e (diff) |
st/xorg: rename ctx to pipe to match every other gallium state tracker
plus it avoids the "ctx->ctx->" syntax
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r-- | src/gallium/state_trackers/xorg/xorg_exa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h index 7229e87101d..43949b04a44 100644 --- a/src/gallium/state_trackers/xorg/xorg_exa.h +++ b/src/gallium/state_trackers/xorg/xorg_exa.h @@ -14,7 +14,7 @@ struct xorg_shaders; struct exa_context { ExaDriverPtr pExa; - struct pipe_context *ctx; + struct pipe_context *pipe; struct pipe_screen *scrn; struct cso_context *cso; struct xorg_shaders *shaders; |