diff options
| author | Justin Davis <jrcd83@gmail.com> | 2011-09-28 14:11:32 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2011-09-28 14:11:32 -0400 |
| commit | 4b58d457076fa1ee3d86ed31162a0721ebf44862 (patch) | |
| tree | 2d1e5cb734f5e3a2116518cfa37c3c0b909df462 /src/cmd/devdraw/devdraw.h | |
| parent | 6135b41c7dbfdf5ac1840a1d1d4f20505e429278 (diff) | |
devdraw: do not interpret alt-tab as alt for compose
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5132050
Diffstat (limited to 'src/cmd/devdraw/devdraw.h')
| -rw-r--r-- | src/cmd/devdraw/devdraw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/devdraw/devdraw.h b/src/cmd/devdraw/devdraw.h index 074cf0d7..7abf212e 100644 --- a/src/cmd/devdraw/devdraw.h +++ b/src/cmd/devdraw/devdraw.h @@ -4,4 +4,6 @@ void _initdisplaymemimage(Memimage*); int _latin1(Rune*, int); int parsewinsize(char*, Rectangle*, int*); int mouseswap(int); +void abortcompose(void); + |