X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fjpeg_frame_view.h;fp=futatabi%2Fjpeg_frame_view.h;h=108aa73d0c424eb84f0a42f70dfe578ab94440f3;hb=04738b0cecf5f7b6d988822c1d7595fdd52a496e;hp=b66e2656d437cedc7d6407c45f5f11afe59ff5bf;hpb=622b1e84c60f315cf2980efbf1b54cc049a7d2ce;p=nageru diff --git a/futatabi/jpeg_frame_view.h b/futatabi/jpeg_frame_view.h index b66e265..108aa73 100644 --- a/futatabi/jpeg_frame_view.h +++ b/futatabi/jpeg_frame_view.h @@ -65,7 +65,7 @@ private: std::shared_ptr current_frame; // So that we hold on to the pixels. std::shared_ptr current_secondary_frame; // Same. - static constexpr int overlay_base_width = 16, overlay_base_height = 16; + int overlay_base_width = 16, overlay_base_height = 16; int overlay_width = overlay_base_width, overlay_height = overlay_base_height; std::unique_ptr overlay_image; // If nullptr, no overlay. std::unique_ptr overlay_chain; // Just to get the overlay on screen in the easiest way possible.