summaryrefslogtreecommitdiff
path: root/glretrace.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-05 07:55:54 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-05-05 07:55:54 +0100
commit06aa2843155f2972963f08c8e88f611f6d2b7c6b (patch)
tree6bbbf7382a5939ef766a55cf712f4304862f19b6 /glretrace.hpp
parentb8c5607bc92366a448956845707f3de3a7e3c08c (diff)
Move OS-specific retracing functions to separate files.
Diffstat (limited to 'glretrace.hpp')
-rw-r--r--glretrace.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/glretrace.hpp b/glretrace.hpp
index 5fce5dc..9d74641 100644
--- a/glretrace.hpp
+++ b/glretrace.hpp
@@ -59,6 +59,9 @@ extern unsigned dump_state;
void
checkGlError(int callIdx = -1);
+void retrace_call_glx(Trace::Call &call);
+void retrace_call_wgl(Trace::Call &call);
+
void frame_complete(unsigned call_no);
void state_dump(std::ostream &os);