summaryrefslogtreecommitdiff
path: root/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'context.c')
-rw-r--r--context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/context.c b/context.c
index 6001e0a..a1ad5a4 100644
--- a/context.c
+++ b/context.c
@@ -128,6 +128,9 @@ static Context* context_alloc()
// TODO Move this somewhere else
context_info_set_int(ctx, "contentType", MeegoImFreeTextContentType);
+ if (opt_translucent) {
+ context_info_set_bool(ctx, MeegoImInfoTranslucent, TRUE);
+ }
return ctx;
}