Add empty handler for LOK_CALLBACK_VERTICAL_RULER_UPDATE

To silence errors until feature arrives. Occurs after
following core commit:
11b936629dd4ef9308d63b312900b8b7c8ff19b4

Signed-off-by: Aron Budea <aron.budea@collabora.com>
Change-Id: I6d9b01b265e3f07db2bc4ac7da46cbfcd0e17da5
private/thebearon/loglevelfix
Aron Budea 2024-05-18 23:07:02 +02:00 committed by thebearon
parent 24e0196471
commit 7ed490700b
1 changed files with 2 additions and 0 deletions

View File

@ -3147,6 +3147,8 @@ void ChildSession::loKitCallback(const int type, const std::string& payload)
case LOK_CALLBACK_RULER_UPDATE:
sendTextFrame("rulerupdate: " + payload);
break;
case LOK_CALLBACK_VERTICAL_RULER_UPDATE:
break;
case LOK_CALLBACK_WINDOW:
sendTextFrame("window: " + payload);
break;