mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-04-12 06:21:54 +10:00
all: fix lints
This commit is contained in:
parent
6cc1b6f36a
commit
344ca340ba
14 changed files with 60 additions and 56 deletions
|
|
@ -68,11 +68,11 @@ void WlrScreencopyContext::captureFrame() {
|
|||
this->request.reset();
|
||||
|
||||
if (this->region.isEmpty()) {
|
||||
this->init(manager->capture_output(this->paintCursors ? 1 : 0, screen->output()));
|
||||
this->init(this->manager->capture_output(this->paintCursors ? 1 : 0, this->screen->output()));
|
||||
} else {
|
||||
this->init(manager->capture_output_region(
|
||||
this->init(this->manager->capture_output_region(
|
||||
this->paintCursors ? 1 : 0,
|
||||
screen->output(),
|
||||
this->screen->output(),
|
||||
this->region.x(),
|
||||
this->region.y(),
|
||||
this->region.width(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue