x11.xim: fix use of flags.

flac
John Benediktsson 2020-02-12 08:37:13 -08:00 committed by Steve Ayerhart
parent 81b77cb14b
commit 9d9e736b89
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ SYMBOL: xim
[
[ xim get-global XNClientWindow ] dip
XNFocusWindow over
flags{ XNInputStyle XIMPreeditNothing XIMStatusNothing }
XNInputStyle flags{ XIMPreeditNothing XIMStatusNothing }
XNResourceName
] dip
XNResourceClass over 0 XCreateIC