C++: make the PhysicalRegion::rectangles non-overlapping

This commit is contained in:
Olivier Goffart 2024-07-09 14:25:38 +02:00
parent 256ff1a5f5
commit 42d7661ec6
4 changed files with 39 additions and 14 deletions

View file

@ -1,12 +1,12 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
#include <ranges>
#include <chrono>
#define CATCH_CONFIG_MAIN
#include "catch2/catch.hpp"
#include <slint.h>
#include <slint_image.h>
SCENARIO("SharedString API")
{