mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 16:25:59 +01:00
format: fix formatting
This commit is contained in:
parent
df82625206
commit
fe9c8d8745
1 changed files with 3 additions and 2 deletions
|
@ -58,8 +58,9 @@ class CRegion {
|
||||||
|
|
||||||
std::vector<pixman_box32_t> getRects() const;
|
std::vector<pixman_box32_t> getRects() const;
|
||||||
|
|
||||||
pixman_region32_t* pixman() {
|
//
|
||||||
return &m_rRegion;
|
pixman_region32_t* pixman() {
|
||||||
|
return &m_rRegion;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue