plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit cb29a5fce6547238d6845060994f7adf62814802
parent 020c5cbb6745ff203327b198e17b45b62e20a883
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:
Msrc/cmd/devdraw/osx-screen.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/devdraw/osx-screen.c b/src/cmd/devdraw/osx-screen.c @@ -425,7 +425,7 @@ kbdevent(EventRef event) if(k >= 0) keystroke(k); else{ - UniChar ch; + UniChar uc; OSStatus s; s = GetEventParameter(event, kEventParamKeyUnicodes,