summaryrefslogtreecommitdiff
path: root/tests/conform/test-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/test-utils.h')
-rw-r--r--tests/conform/test-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conform/test-utils.h b/tests/conform/test-utils.h
index 727aea8c..c6909d79 100644
--- a/tests/conform/test-utils.h
+++ b/tests/conform/test-utils.h
@@ -16,8 +16,8 @@ typedef enum _TestFlags
TEST_REQUIREMENT_POINT_SPRITE = 1<<4
} TestFlags;
-extern CoglContext *ctx;
-extern CoglFramebuffer *fb;
+extern CoglContext *test_ctx;
+extern CoglFramebuffer *test_fb;
void
test_utils_init (TestFlags flags);