Fix Svace issue and add temp code to call pepper_output_finish_frame()
[platform/core/uifw/pepper-dali.git] / pepper-dali / internal / input-impl.cpp
index 507163e..24a4ebe 100644 (file)
@@ -94,7 +94,7 @@ void Input::Initialize( Pepper::Compositor& compositor )
 
   /* create and add devices. */
   mDevice = pepper_input_device_create( static_cast< pepper_compositor_t* >( Pepper::GetImplementation( compositor ).GetCompositorHandle() ),
-                                        WL_SEAT_CAPABILITY_TOUCH, NULL, NULL );
+                                        WL_SEAT_CAPABILITY_KEYBOARD | WL_SEAT_CAPABILITY_TOUCH, NULL, NULL );
 //  mDevice = pepper_input_device_create( static_cast< pepper_compositor_t* >( Pepper::GetImplementation( compositor ).GetCompositorHandle() ),
 //                                        ( WL_SEAT_CAPABILITY_POINTER | WL_SEAT_CAPABILITY_KEYBOARD | WL_SEAT_CAPABILITY_TOUCH ), NULL, NULL );
   if( !mDevice )