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:
e73059d
)
e_client: added e_client_util_moving_get method to get ec is moving
26/266626/3
author
Junseok, Kim
<juns.kim@samsung.com>
Tue, 16 Nov 2021 07:29:50 +0000
(16:29 +0900)
committer
JunSeok Kim
<juns.kim@samsung.com>
Fri, 19 Nov 2021 02:16:11 +0000
(
02:16
+0000)
Change-Id: Icd7104bed0c6ce539e01add497ae053b9f66a227
src/bin/e_client.h
patch
|
blob
|
history
diff --git
a/src/bin/e_client.h
b/src/bin/e_client.h
index 4b135b7aec978ddf7b41483f595d4b2021b64ad2..ddf8a86cf09e676cd0f04ba57c6741ad62a40f2f 100644
(file)
--- a/
src/bin/e_client.h
+++ b/
src/bin/e_client.h
@@
-1388,6
+1388,13
@@
e_client_util_win_get(const E_Client *ec)
return e_pixmap_window_get(ec->pixmap);
}
+static inline Eina_Bool
+e_client_util_moving_get(const E_Client *ec)
+{
+ if (!ec) return EINA_FALSE;
+ return ec->moving;
+}
+
static inline Eina_Bool
e_client_util_resizing_get(const E_Client *ec)
{