Change-Id: I3ae9c8722aaf028605f940c2c0a8bcaa063c5430
EAPI void
ecore_drm_device_rotation_set(Ecore_Drm_Device *dev, unsigned int rotation)
{
- unsigned int rot = 0;
Ecore_Drm_Seat *seat = NULL;
Ecore_Drm_Evdev *edev = NULL;
Eina_List *l = NULL, *l2 = NULL;
}
static void
-_ecore_drm_aux_data_event_free(void *user_data EINA_UNUSED, Ecore_Event_Axis_Update *e)
+_ecore_drm_aux_data_event_free(void *user_data EINA_UNUSED, void *ev)
{
+ Ecore_Event_Axis_Update *e = (Ecore_Event_Axis_Update *)ev;
if (e->axis)
free(e->axis);
free(e);
switch (priority)
{
case LIBINPUT_LOG_PRIORITY_DEBUG:
- DBG(buf);
+ DBG("%s", buf);
break;
case LIBINPUT_LOG_PRIORITY_INFO:
- INF(buf);
+ INF("%s", buf);
break;
case LIBINPUT_LOG_PRIORITY_ERROR:
- ERR(buf);
+ ERR("%s", buf);
break;
default:
break;