chiark / gitweb /
Store full-colour image with every screenshot
[ypp-sc-tools.main.git] / pctb / common.h
index e4100f9d461bcfe216c061970016b4daa759936b..23b8ca33972d29bf589cae1799896c70408392bf 100644 (file)
@@ -48,6 +48,7 @@
 
 typedef struct {
   int w,h;
+  struct RgbImage *rgb;
   char d[];
 } CanonImage;