Update dependencies
[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.019358 seconds and 4 git commands to generate.