projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb1a77c
)
Add a gesture_disable flag set by aux hint
55/66655/1
accepted/tizen/common/20160420.142010
accepted/tizen/ivi/20160421.011112
accepted/tizen/mobile/20160421.011240
accepted/tizen/tv/20160421.011135
accepted/tizen/wearable/20160421.011145
submit/tizen/20160420.081357
author
JengHyun Kang
<jhyuni.kang@samsung.com>
Wed, 20 Apr 2016 07:11:41 +0000
(16:11 +0900)
committer
JengHyun Kang
<jhyuni.kang@samsung.com>
Wed, 20 Apr 2016 07:11:41 +0000
(16:11 +0900)
Change-Id: I550a68fe1a03c5c08c36de472ebabf63b6d04799
src/bin/e_client.h
patch
|
blob
|
history
diff --git
a/src/bin/e_client.h
b/src/bin/e_client.h
index 44af963c9ce2b24a033164a3b9dea941c157b396..1a9e69bba8caf4267af4fe9fb4fa4e6404470879 100644
(file)
--- a/
src/bin/e_client.h
+++ b/
src/bin/e_client.h
@@
-808,6
+808,7
@@
struct E_Client
Eina_Bool maximize_override : 1; // client is doing crazy stuff and should "just do it" when moving/resizing
Eina_Bool transformed : 1;
Eina_Bool keyboard_resizing : 1;
+ Eina_Bool gesture_disable : 1;
#ifdef HAVE_WAYLAND
uuid_t uuid;