fix async device initialization for devices which need this (e.g., touchpads)
@fix
edev->seat = seat;
edev->device = device;
edev->caps = 0;
+ edev->ow = seat->manager->output_w;
+ edev->oh = seat->manager->output_h;
oname = libinput_device_get_output_name(device);
eina_stringshare_replace(&edev->output_name, oname);
EINA_SAFETY_ON_NULL_RETURN(manager);
+ manager->output_w = w;
+ manager->output_h = h;
+
EINA_LIST_FOREACH(manager->input.seats, l, eseat)
{
EINA_LIST_FOREACH(eseat->devices, ll, edev)
struct xkb_context *context;
int group;
} cached;
+ int output_w, output_h;
Elput_Input input;
Eina_Bool del : 1;