summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-07-21 11:08:59 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2014-08-04 18:01:22 -0400
commit9ac5def01419e797d7d4374a6e3d32a72acbcf8b (patch)
tree9918c197b4100af38ed33ea649ceaf9bc9ffd022
parentb080a20f5a81080c35b78b0c13373a4607c987e4 (diff)
downloadenlightenment-9ac5def01419e797d7d4374a6e3d32a72acbcf8b.tar.gz
change client transient_for id to uint64_t
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/e_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_client.h b/src/bin/e_client.h
index cf620abd4d..8c155ed1af 100644
--- a/src/bin/e_client.h
+++ b/src/bin/e_client.h
@@ -335,7 +335,7 @@ struct E_Client
double min_aspect, max_aspect;
Ecore_Window icon_window;
Ecore_Window window_group;
- Ecore_Window transient_for;
+ uint64_t transient_for;
Ecore_Window client_leader;
#ifndef HAVE_WAYLAND_ONLY
Ecore_X_Window_State_Hint initial_state;