X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecSharp%2FLibCecSharp.cpp;h=673739a71d9e4ea1affcadabfa5058ad5b69dca9;hb=f71a1df9ac5b73127eb05aa0abe6063a05b0271d;hp=021b19a7cb7ba6ed1cc8751a250da9713d1938e5;hpb=6c3c8d5aee5542ba00a73ff4db9709e8d5324024;p=deb_libcec.git diff --git a/src/LibCecSharp/LibCecSharp.cpp b/src/LibCecSharp/LibCecSharp.cpp index 021b19a..673739a 100644 --- a/src/LibCecSharp/LibCecSharp.cpp +++ b/src/LibCecSharp/LibCecSharp.cpp @@ -676,9 +676,9 @@ public: return m_libCec->SendKeyRelease((cec_logical_address)destination, wait); } - String ^ GetOSDName(CecLogicalAddress logicalAddress) + String ^ GetDeviceOSDName(CecLogicalAddress logicalAddress) { - cec_osd_name osd = m_libCec->GetOSDName((cec_logical_address) logicalAddress); + cec_osd_name osd = m_libCec->GetDeviceOSDName((cec_logical_address) logicalAddress); return gcnew String(osd.name); }