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:
040e2a1
)
cec-client: don't activate the source when starting
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 26 Apr 2012 11:44:23 +0000
(13:44 +0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Thu, 26 Apr 2012 11:44:23 +0000
(13:44 +0200)
src/testclient/main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/testclient/main.cpp
b/src/testclient/main.cpp
index 011044edc41e02738861253f99a0ba77d0f2aa4d..fe5d6476051d03f704745df5ce8c5549f035f70d 100644
(file)
--- a/
src/testclient/main.cpp
+++ b/
src/testclient/main.cpp
@@
-1077,6
+1077,7
@@
int main (int argc, char *argv[])
g_config.Clear();
snprintf(g_config.strDeviceName, 13, "CECTester");
g_config.clientVersion = CEC_CLIENT_VERSION_1_6_2;
+ g_config.bActivateSource = 0;
g_callbacks.CBCecLogMessage = &CecLogMessage;
g_callbacks.CBCecKeyPress = &CecKeyPress;
g_callbacks.CBCecCommand = &CecCommand;