mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 10:26:00 +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;
|
||||
|
||||
pixman_region32_t* pixman() {
|
||||
return &m_rRegion;
|
||||
//
|
||||
pixman_region32_t* pixman() {
|
||||
return &m_rRegion;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue