diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-05-26 16:34:10 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-05-26 16:27:43 -0400 |
commit | d4ce9b1ac38b6297ceccc8cdbb9b0bb2e8f3ec66 (patch) | |
tree | fb0ae567ebf72457ed10ac75d2ae94e79c3ac30f /src/lib/elput/elput_private.h | |
parent | cf6fc05610a60873cfa890d8e39626024527e94a (diff) |
elput: store output w/h and apply to devices on creation
fix async device initialization for devices which need this (e.g., touchpads)
@fix
Diffstat (limited to '')
-rw-r--r-- | src/lib/elput/elput_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
253 | struct xkb_context *context; | 253 | struct xkb_context *context; |
254 | int group; | 254 | int group; |
255 | } cached; | 255 | } cached; |
256 | int output_w, output_h; | ||
256 | 257 | ||
257 | Elput_Input input; | 258 | Elput_Input input; |
258 | Eina_Bool del : 1; | 259 | Eina_Bool del : 1; |