diff options
author | Jakob Bornecrantz <[email protected]> | 2009-06-04 14:36:10 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-04 23:45:29 +0100 |
commit | 384bbe278d7e634cf1af5f786bfbde651c14df62 (patch) | |
tree | 41cd97133455014fdcffd2b085c7e5c3d5cf4fc2 /src/gallium/auxiliary/rbug/rbug_texture.h | |
parent | 185fbcce3644ff861c60cd73923ef7187c623564 (diff) |
rbug: Update rbug protocol with new context calls
Diffstat (limited to 'src/gallium/auxiliary/rbug/rbug_texture.h')
-rw-r--r-- | src/gallium/auxiliary/rbug/rbug_texture.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/rbug/rbug_texture.h b/src/gallium/auxiliary/rbug/rbug_texture.h index 2bcc3566f36..fbb247e1d4f 100644 --- a/src/gallium/auxiliary/rbug/rbug_texture.h +++ b/src/gallium/auxiliary/rbug/rbug_texture.h @@ -39,8 +39,7 @@ #define _RBUG_PROTO_TEXTURE_H_ #include "rbug/rbug_proto.h" - -typedef uint64_t rbug_texture_t; +#include "rbug/rbug_core.h" struct rbug_proto_texture_list { |