diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2017-10-26 13:35:27 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-10-26 13:35:27 -0700 |
commit | 84907e719de3b4700e5c2390b251b3b1d8e9437d (patch) | |
tree | 9ddefc78c8308bee4ba9361df59fc16962bc2e0f /src/lib/evas/include/evas_private.h | |
parent | abd41c93ea5a883718b57d1c4a461defde7f7d99 (diff) |
evas: allow to suspend the rendering of an output.
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/include/evas_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index bc7c1f9aba..8a16d63e68 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -1336,6 +1336,8 @@ struct _Efl_Canvas_Output | |||
1336 | 1336 | ||
1337 | int info_magic; | 1337 | int info_magic; |
1338 | 1338 | ||
1339 | unsigned short lock; | ||
1340 | |||
1339 | Eina_Bool changed : 1; | 1341 | Eina_Bool changed : 1; |
1340 | }; | 1342 | }; |
1341 | 1343 | ||