summaryrefslogtreecommitdiff
path: root/src/gallium/include
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-10 23:22:12 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-12 10:56:04 +0900
commit23422d603ae002a1f368e20cd0f158e057876cb8 (patch)
treef4cfbdfd9c0bd1023da687b9df964a50b1180bc4 /src/gallium/include
parentf61923441f94439b9ca3c4304ce74fe4e13a14b4 (diff)
gallium: Implement debug_get_num_option.
For numeric options.
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_debug.h b/src/gallium/include/pipe/p_debug.h
index 05eca75201..9011557006 100644
--- a/src/gallium/include/pipe/p_debug.h
+++ b/src/gallium/include/pipe/p_debug.h
@@ -289,7 +289,7 @@ boolean
debug_get_bool_option(const char *name, boolean dfault);
long
-debug_get_unsigned_option(const char *name, long dfault);
+debug_get_num_option(const char *name, long dfault);
unsigned long
debug_get_flags_option(const char *name,