Commit Graph

4 Commits

Author SHA1 Message Date
faywong
270b7389d1 Fix build error caused by non-const copy ctor of cairo_surface_wrapper
Detailed error context: 
containers/cairo/cairo_images_cache.h:64:11: note: in instantiation of template class 'std::__value_type<std::string, cairo_surface_wrapper>' requested here
                if(iter != m_images.end())

MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/__utility/pair.h:54:5: error: the parameter for this explicitly-defaulted copy constructor is const, but a member or base requires it to be non-const
    pair(pair const&) = default;
2024-03-27 17:17:50 +03:00
Yuri Kobets
6a0cb81436 reserve methon of cairo_images_cache return true if reserved something 2024-02-25 17:59:23 +03:00
Yuri Kobets
a71d6f5cd1 some changes in windws container 2024-02-25 17:41:00 +03:00
Yuri Kobets
6044a59826 added simple images cache for cairo based containers 2024-02-24 16:57:22 +03:00