mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-05-05 03:27:59 +02:00
misc: format code
This commit is contained in:
parent
86aaaa1890
commit
5b5e86a330
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ static void onCallbackDone(CLayerSurface* surf, uint32_t when) {
|
|||
}
|
||||
|
||||
void CLayerSurface::sendFrame() {
|
||||
lastBuffer = lastBuffer == 0 ? 1 : 0;
|
||||
lastBuffer = lastBuffer == 0 ? 1 : 0;
|
||||
const auto& PBUFFER = buffers[lastBuffer];
|
||||
|
||||
frameCallback = makeShared<CCWlCallback>(pSurface->sendFrame());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue