]> git.cworth.org Git - apitrace/blobdiff - glstate.hpp
Ignore alpha channels in window drawables until we are able to match the traced visuals.
[apitrace] / glstate.hpp
index 67044351228978d8bdc2309c54884cc59a4e2485..0a83a599a098b00828137c53ef93bf87fd897b8e 100644 (file)
@@ -52,7 +52,7 @@ void dumpParameters(JSONWriter &json);
 void dumpCurrentContext(std::ostream &os);
 
 image::Image *
-getDrawBufferImage(GLenum format);
+getDrawBufferImage(void);
 
 
 } /* namespace glstate */