WaylandBaseWindowSystem: bugfix, Service doesn't start if initialization of input...
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Thu, 27 Sep 2012 03:22:53 +0000 (12:22 +0900)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 22 Nov 2012 10:01:28 +0000 (02:01 -0800)
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/WaylandBaseWindowSystem.cpp

index 6a6d421..f55279d 100644 (file)
@@ -902,10 +902,11 @@ void* WaylandBaseWindowSystem::eventLoop()
         status = createInputEvent();
         if (false == status)
         {
-            LOG_ERROR("WaylandBaseWindowSystem", "failed to create input event");
-            break;
-        }
-        LOG_DEBUG("WaylandBaseWindowSystem", "SUCCESS:create InputEvent");
+             LOG_WARNING("WaylandBaseWindowSystem", "WARNING: failed to create input event");
+             status = true;
+         } else {
+             LOG_DEBUG("WaylandBaseWindowSystem", "SUCCESS:create InputEvent");
+         }
 
         this->m_success = status;
         this->m_initialized = true;