cec: added a callback that is called when libCEC's configuration changed.
[deb_libcec.git] / src / testclient / main.cpp
index 2e7fee43c4f5beacc92500958d6f6c2c1183d855..a8f03a51b184ff276894f057dff061358f853e1b 100644 (file)
@@ -180,6 +180,7 @@ void EnableCallbacks(ICECAdapter *adapter)
   g_callbacks.CBCecLogMessage = &CecLogMessage;
   g_callbacks.CBCecKeyPress   = &CecKeyPress;
   g_callbacks.CBCecCommand    = &CecCommand;
+  g_callbacks.CBCecConfigurationChanged = NULL;
   adapter->EnableCallbacks(NULL, &g_callbacks);
 }