fix styling in const ptrs
This commit is contained in:
parent
df4c1c02a6
commit
ed2cacc5d5
7 changed files with 10 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ CWindow::~CWindow() {
|
|||
}
|
||||
|
||||
wlr_box CWindow::getFullWindowBoundingBox() {
|
||||
static auto* const PBORDERSIZE = &g_pConfigManager->getConfigValuePtr("general:border_size")->intValue;
|
||||
static auto *const PBORDERSIZE = &g_pConfigManager->getConfigValuePtr("general:border_size")->intValue;
|
||||
|
||||
SWindowDecorationExtents maxExtents = {{*PBORDERSIZE + 2, *PBORDERSIZE + 2}, {*PBORDERSIZE + 2, *PBORDERSIZE + 2}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue