summaryrefslogtreecommitdiff
path: root/src/modules/comp/e_mod_main.h
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2010-04-12 08:28:51 +0000
committerCarsten Haitzler <raster@rasterman.com>2010-04-12 08:28:51 +0000
commit48fbad5d6ba9a17195fe352a7acbb86e5b1e3997 (patch)
tree8c3848ccb949aff8b0b801ab38c8d2a042934ec0 /src/modules/comp/e_mod_main.h
parent8eea301bf50d823351a91f0d1f7232496331676f (diff)
downloadenlightenment-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.h2
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;