repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab27363
)
cec: forgot to rename a call in the previous commit
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 28 Nov 2011 20:33:29 +0000
(21:33 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Mon, 28 Nov 2011 20:33:29 +0000
(21:33 +0100)
src/lib/LibCEC.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/LibCEC.cpp
b/src/lib/LibCEC.cpp
index 524748709feac1e0067742eb3bd0373f30a4c797..b81d24b9b5492fbe9091e468b80d23b34150ede3 100644
(file)
--- a/
src/lib/LibCEC.cpp
+++ b/
src/lib/LibCEC.cpp
@@
-203,7
+203,7
@@
bool CLibCEC::SetDeckInfo(cec_deck_info info, bool bSendUpdate /* = true */)
bool CLibCEC::SetInactiveView(void)
{
- return m_cec ? m_cec->
SetInactiveView
() : false;
+ return m_cec ? m_cec->
TransmitInactiveSource
() : false;
}
bool CLibCEC::SetMenuState(cec_menu_state state, bool bSendUpdate /* = true */)