mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 13:13:59 +00:00

cogl_texture_2d_new may fail in certain circumstances so cogl_atlas_texture_reserve_space should detect this and also fail. This will cause cogl_texture_new to fallback to a sliced texture. Thanks to Vladimir Ivakin for reporting this problem.