tdevdraw: make OS X native gui build (Eric Nichols) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cb29a5fce6547238d6845060994f7adf62814802
 (DIR) parent 020c5cbb6745ff203327b198e17b45b62e20a883
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Thu,  3 Jul 2008 22:20:13 -0400
       
       devdraw: make OS X native gui build (Eric Nichols)
       
       Diffstat:
         M src/cmd/devdraw/osx-screen.c        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/devdraw/osx-screen.c b/src/cmd/devdraw/osx-screen.c
       t@@ -425,7 +425,7 @@ kbdevent(EventRef event)
                        if(k >= 0)
                                keystroke(k);
                        else{
       -                        UniChar ch;
       +                        UniChar uc;
                                OSStatus s;
        
                                s = GetEventParameter(event, kEventParamKeyUnicodes,