Skip to content

Commit

Permalink
x11.xim: fix "cannot execute a word before it has been compiled" bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jan 10, 2016
1 parent 6ebf6ff commit fffb501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions basis/x11/xim/xim.factor
Expand Up @@ -34,7 +34,10 @@ SYMBOL: xim
XNResourceClass over 0 XCreateIC
[ "XCreateIC() failed" throw ] unless* ;

<<
CONSTANT: buf-size 100
>>

CONSTANT: buf $[ buf-size <byte-array> ]

: lookup-string ( event xic -- string keysym )
Expand Down

0 comments on commit fffb501

Please sign in to comment.