style: fix clang-format
This commit is contained in:
parent
7486576fa7
commit
13bc7e1e14
9 changed files with 19 additions and 30 deletions
|
|
@ -215,8 +215,7 @@ void CTabletToolV2Resource::queueFrame() {
|
|||
if (frameSource)
|
||||
return;
|
||||
|
||||
frameSource = wl_event_loop_add_idle(
|
||||
g_pCompositor->m_sWLEventLoop, [](void* data) { ((CTabletToolV2Resource*)data)->sendFrame(false); }, this);
|
||||
frameSource = wl_event_loop_add_idle(g_pCompositor->m_sWLEventLoop, [](void* data) { ((CTabletToolV2Resource*)data)->sendFrame(false); }, this);
|
||||
}
|
||||
|
||||
void CTabletToolV2Resource::sendFrame(bool removeSource) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue