]> git.cworth.org Git - apitrace/blobdiff - glsnapshot.hpp
Add depth info to the surfaces.
[apitrace] / glsnapshot.hpp
index 745ef9a0a3a15dc06d10136bcaddebd6bb2decb9..2bdb6f33f0cb41424331da8a026bee4088e03184 100644 (file)
@@ -30,7 +30,7 @@
 class JSONWriter;
 
 
-namespace Image {
+namespace image {
     class Image;
 }
 
@@ -38,7 +38,7 @@ namespace Image {
 namespace glsnapshot {
 
 
-Image::Image *
+image::Image *
 getDrawableImage(void);
 
 void snapshot(unsigned call_no);