Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 914832 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/helpers/Region.cpp (+2 lines)
Lines 1-6 Link Here
1
#include "Region.hpp"
1
#include "Region.hpp"
2
extern "C" {
2
#include <wlr/util/box.h>
3
#include <wlr/util/box.h>
3
#include <wlr/util/region.h>
4
#include <wlr/util/region.h>
5
}
4
6
5
CRegion::CRegion() {
7
CRegion::CRegion() {
6
    pixman_region32_init(&m_rRegion);
8
    pixman_region32_init(&m_rRegion);
(-)a/src/helpers/VarList.cpp (-1 / +1 lines)
Lines 1-3 Link Here
1
#include "MiscFunctions.hpp"
1
#include "VarList.hpp"
2
#include "VarList.hpp"
2
#include <ranges>
3
#include <ranges>
3
#include <algorithm>
4
#include <algorithm>
4
- 

Return to bug 914832