diff options
author | sebastid <sebastid> | 2005-11-04 23:59:53 +0000 |
---|---|---|
committer | sebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-11-04 23:59:53 +0000 |
commit | bdd04a90d28d2fe1cc6ad3163aa698983a9de6db (patch) | |
tree | 51a4cfb79ef2d9b42c26742f11711bf5d2f6146b /src/bin/e_win.h | |
parent | 61e273d0df5de4a147e9b5be4e27ba55892d303e (diff) | |
download | enlightenment-bdd04a90d28d2fe1cc6ad3163aa698983a9de6db.tar.gz |
So fix it the correct way :)
SVN revision: 18306
Diffstat (limited to 'src/bin/e_win.h')
-rw-r--r-- | src/bin/e_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_win.h b/src/bin/e_win.h index c28361b0c0..4895747a6c 100644 --- a/src/bin/e_win.h +++ b/src/bin/e_win.h @@ -22,6 +22,7 @@ struct _E_Win Ecore_Evas *ecore_evas; Evas *evas; Ecore_X_Window evas_win; + Ecore_X_Window evas_sub_win; unsigned char placed : 1; int min_w, min_h, max_w, max_h, base_w, base_h; int step_x, step_y; |