EGLWLInputEventExample: Remove including a internal dependency
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Fri, 11 Jan 2013 11:48:40 +0000 (20:48 +0900)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 15 Jan 2013 09:57:58 +0000 (01:57 -0800)
Signed-off-by: Nobuhiko Tanibata <ntanibata@jp.adit-jv.com>
LayerManagerExamples/EGLWLInputEventExample/src/WLSurface.cpp

index 3bd2f79..a31afc2 100644 (file)
@@ -22,7 +22,6 @@
 #include <string.h>
 #include <assert.h>
 #include "WLSurface.h"
-#include "InputManager.h"
 
 WLSurface::WLSurface(WLContext* wlContext)
 : m_wlContext(wlContext)
@@ -94,7 +93,7 @@ WLSurface::CreateIlmSurface(t_ilm_layer* layerId,
 
     rtnv = ilm_layerAddSurface(*layerId, *surfaceId);
     rtnv = ilm_UpdateInputEventAcceptanceOn(*surfaceId,
-                                            INPUT_DEVICE_POINTER | INPUT_DEVICE_TOUCH,
+                                            ILM_INPUT_DEVICE_POINTER | ILM_INPUT_DEVICE_TOUCH,
                                             ILM_TRUE);
     rtnv = ilm_SetKeyboardFocusOn(*surfaceId);