fix descriptions

This commit is contained in:
Lennart Buhl 2013-11-02 19:46:34 +01:00
parent 12ccec7c4e
commit 38f2f8d15f

View File

@ -8,8 +8,8 @@
struct message { struct message {
uint32_t timestamp; uint32_t timestamp;
uint32_t width; // varies uint32_t width; // normally 80
uint32_t height; // normally 80 uint32_t height; // normally 25, may vary
//char **image; // dimension is width x height //char **image; // dimension is width x height
char *image; // dimension is width x height char *image; // dimension is width x height