diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elput/elput_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h index 5b38c14ab6..709871c368 100644 --- a/src/lib/elput/elput_private.h +++ b/src/lib/elput/elput_private.h | |||
@@ -279,6 +279,8 @@ struct _Elput_Manager | |||
279 | } cached; | 279 | } cached; |
280 | int output_w, output_h; | 280 | int output_w, output_h; |
281 | 281 | ||
282 | int drm_opens; | ||
283 | |||
282 | Elput_Input input; | 284 | Elput_Input input; |
283 | Eina_Bool del : 1; | 285 | Eina_Bool del : 1; |
284 | }; | 286 | }; |