diff options
author | Keith Whitwell <[email protected]> | 2007-08-10 16:42:26 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-10 16:44:07 +0100 |
commit | 39407fd85467141fceafbedf52d9e55e008eb011 (patch) | |
tree | c3580533e9e37c1d410eb6bb8f24fd192f27dbcc /src/mesa/state_tracker/st_context.h | |
parent | 1c8bcc733d695732ca704565b3a10ac5f4172ea3 (diff) |
Move string functions to state_tracker, add queries to pipe, winsys.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 88e2701fc3c..8ce85cddaaa 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -116,4 +116,6 @@ static INLINE struct st_context *st_context(GLcontext *ctx) extern void st_init_driver_functions(struct dd_function_table *functions); + + #endif |