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