10333e2ce35f7e6de36b6fe9f984be0e7e460c90
[xfishtank.git] / compact.h
1
2 struct ebmhdr {
3 char magic[12];
4 unsigned int width, height;
5 int num_colors;
6 };
7 struct rgb_color {
8 unsigned int red, green, blue;
9 int pix_len;
10 };
This page took 0.019814 seconds and 3 git commands to generate.