diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-04-09 09:38:16 +0100 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-04-09 09:56:31 +0100 |
commit | dba35d942df4bc1ed05a2f9ceb6233682d60ca31 (patch) | |
tree | 58049244dcf9a620b932b542aa1507ef80cb8eb3 /src/lib/ecore_wayland/ecore_wl_private.h | |
parent | da59ad61f25a5a295efc8e83ccfecc5e2b92eb52 (diff) |
ecore-wl: Store window input region into structure
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index cca4e39cab..c7791a9910 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -123,7 +123,7 @@ struct _Ecore_Wl_Window | |||
123 | struct | 123 | struct |
124 | { | 124 | { |
125 | int x, y, w, h; | 125 | int x, y, w, h; |
126 | } opaque; | 126 | } opaque, input; |
127 | 127 | ||
128 | /* Eina_Bool redraw_scheduled : 1; */ | 128 | /* Eina_Bool redraw_scheduled : 1; */ |
129 | /* Eina_Bool resize_scheduled : 1; */ | 129 | /* Eina_Bool resize_scheduled : 1; */ |