From d4ce9b1ac38b6297ceccc8cdbb9b0bb2e8f3ec66 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 26 May 2017 16:34:10 -0400 Subject: elput: store output w/h and apply to devices on creation fix async device initialization for devices which need this (e.g., touchpads) @fix --- src/lib/elput/elput_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/elput/elput_private.h') diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h index 25d820e48d..982d3f58c0 100644 --- a/src/lib/elput/elput_private.h +++ b/src/lib/elput/elput_private.h @@ -253,6 +253,7 @@ struct _Elput_Manager struct xkb_context *context; int group; } cached; + int output_w, output_h; Elput_Input input; Eina_Bool del : 1; -- cgit v1.2.1