diff options
author | Carsten Haitzler <raster@rasterman.com> | 2010-04-12 08:28:51 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2010-04-12 08:28:51 +0000 |
commit | 48fbad5d6ba9a17195fe352a7acbb86e5b1e3997 (patch) | |
tree | 8c3848ccb949aff8b0b801ab38c8d2a042934ec0 /src/modules/comp/e_mod_main.h | |
parent | 8eea301bf50d823351a91f0d1f7232496331676f (diff) | |
download | enlightenment-48fbad5d6ba9a17195fe352a7acbb86e5b1e3997.tar.gz |
comp module... oh so much has been done... whhere do i begin? - fully fledges
edje obj swallowing windows, selection mechanism to have myltiple styles (2
examples), signals for focus, urgent, comp stuff now in core theme.... dump
and flush supported now (sends messages).
SVN revision: 47950
Diffstat (limited to 'src/modules/comp/e_mod_main.h')
-rw-r--r-- | src/modules/comp/e_mod_main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/comp/e_mod_main.h b/src/modules/comp/e_mod_main.h index d0d5d18d0b..30e7a07a48 100644 --- a/src/modules/comp/e_mod_main.h +++ b/src/modules/comp/e_mod_main.h @@ -9,6 +9,7 @@ struct _Config { unsigned char use_shadow; const char *shadow_file; + const char *shadow_style; int engine; unsigned char indirect; unsigned char texture_from_pixmap; @@ -21,6 +22,7 @@ struct _Config unsigned char send_flush; unsigned char send_dump; unsigned char nocomp_fs; + unsigned char smooth_windows; int max_unmapped_pixels; int max_unmapped_time; int min_unmapped_time; |