X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=image_input.h;fp=image_input.h;h=df25a9ff5eb3a89a4196aac75354d16846c90bec;hb=1cacf7d830e44a2e153ae9f15589666b5153e9b5;hp=437d9c2db72ace8b45de8698d2f61c2147ce3786;hpb=e0dd9e22b11a7e812b9ff708370426c564ac8005;p=nageru diff --git a/image_input.h b/image_input.h index 437d9c2..df25a9f 100644 --- a/image_input.h +++ b/image_input.h @@ -25,6 +25,7 @@ public: private: struct Image { + unsigned width, height; std::unique_ptr pixels; timespec last_modified; };