diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-09-08 22:50:30 +0000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-09-08 22:50:30 +0000 |
commit | 62c3337d89d31e0d3ed807004e73ad711fad3342 (patch) | |
tree | eca1741cc29aaa23f7b49e8255b62800eace2e15 /modules | |
parent | 1272879074ad9612314858a75cf844783c1963b2 (diff) |
ximcp/imRm.c: allow XNSpotLocation with OnTheSpot
Diffstat (limited to 'modules')
-rw-r--r-- | modules/im/ximcp/imRm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/im/ximcp/imRm.c b/modules/im/ximcp/imRm.c index cb9e1b2c..9f5b99bc 100644 --- a/modules/im/ximcp/imRm.c +++ b/modules/im/ximcp/imRm.c @@ -1947,7 +1947,7 @@ static const XimICMode ic_mode[] = { 0, 0}, {OFFSET_XNSPOTLOCATION, - 0, /*(XIM_MODE_PRE_SET | XIM_MODE_PRE_GET),*/ + (XIM_MODE_PRE_SET | XIM_MODE_PRE_GET), (XIM_MODE_PRE_CREATE | XIM_MODE_PRE_SET | XIM_MODE_PRE_GET), 0, (XIM_MODE_PRE_SET | XIM_MODE_PRE_GET), |