X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=4eff90192db73d047bef378335168c316e63a6ef;hb=a3269a0a9e8973e29cfe073dd8e558aad173f984;hp=aa5940c47ed327691a3f5f4873c93d7a50540bd8;hpb=6a1c0009842a1857b863655813595292422a512b;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index aa5940c..4eff901 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -59,6 +59,7 @@ namespace CEC bool HandleMenuRequest(const cec_command &command); bool HandleRequestActiveSource(const cec_command &command); bool HandleRoutingChange(const cec_command &command); + bool HandleSetMenuLanguage(const cec_command &command); bool HandleSetStreamPath(const cec_command &command); bool HandleUserControlPressed(const cec_command &command); bool HandleUserControlRelease(const cec_command &command);