]> git.cworth.org Git - apitrace/blobdiff - wrappers/glxtrace.py
stash: Trace and replay of gnome-shell works
[apitrace] / wrappers / glxtrace.py
index 9c0f87dbcb443fba7fd520317368877062550c33..97de045f19520356979cb330196b17f6aeed0201 100644 (file)
@@ -100,6 +100,9 @@ if __name__ == '__main__':
     print '#include "glproc.hpp"'
     print '#include "glsize.hpp"'
     print
+    print 'static std::map<unsigned, unsigned> underlying_x_pixmaps;'
+    print 'void emit_fake_x_create_pixmap(Display *dpy, Drawable pixmap);'
+    print 'void emit_fake_put_image_data(Display *dpy, Drawable pixmap);'
 
     module = Module()
     module.mergeModule(glxapi)