diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-06-08 14:58:08 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-06-08 14:58:08 +0000 |
commit | 2c937afdec09c907c4d783ec42b097587114bc94 (patch) | |
tree | 69692e6d77cbac0d32701d74a075cb7072798ecb /src/modules/comp/e_mod_comp_update.h | |
parent | 5f9d1e71c53b9ceeb6a80bc5bc2d9f6ab678bcea (diff) | |
download | enlightenment-2c937afdec09c907c4d783ec42b097587114bc94.tar.gz enlightenment-2c937afdec09c907c4d783ec42b097587114bc94.tar.xz enlightenment-2c937afdec09c907c4d783ec42b097587114bc94.zip |
fix comp + evry.
SVN revision: 49572
Diffstat (limited to 'src/modules/comp/e_mod_comp_update.h')
-rw-r--r-- | src/modules/comp/e_mod_comp_update.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/modules/comp/e_mod_comp_update.h b/src/modules/comp/e_mod_comp_update.h index 5e81416ee..a26d68182 100644 --- a/src/modules/comp/e_mod_comp_update.h +++ b/src/modules/comp/e_mod_comp_update.h @@ -16,6 +16,15 @@ struct _E_Update_Rect int x, y, w, h; }; +struct _E_Update +{ + int w, h; + int tw, th; + int tsw, tsh; + unsigned char *tiles; + E_Update_Policy pol; +}; + E_Update *e_mod_comp_update_new (void); void e_mod_comp_update_free (E_Update *up); void e_mod_comp_update_policy_set (E_Update *up, E_Update_Policy pol); |