diff options
author | Juergen Lock <nox@FreeBSD.org> | 2006-12-26 22:41:13 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2006-12-26 22:41:13 +0000 |
commit | cc20143e5b22d851b1c725f057502df2d1094f83 (patch) | |
tree | eacc58814686fec0a6167026ef4275e30193d63d /emulators/qemu-devel/files | |
parent | f858d697233729a123e34fc6369f91ad09797a6d (diff) |
Notes
Diffstat (limited to 'emulators/qemu-devel/files')
-rw-r--r-- | emulators/qemu-devel/files/patch-sdl.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-sdl.c b/emulators/qemu-devel/files/patch-sdl.c new file mode 100644 index 000000000000..a5cc515a4b10 --- /dev/null +++ b/emulators/qemu-devel/files/patch-sdl.c @@ -0,0 +1,14 @@ +Index: qemu/sdl.c +@@ -115,9 +115,9 @@ + 0xb5, /* 112 Divide */ + 0xb8, /* 113 Alt-R */ + 0xc6, /* 114 Break */ +- 0x0, /* 115 */ +- 0x0, /* 116 */ +- 0x0, /* 117 */ ++ 0xdb, /* 115 windows left button */ ++ 0xdc, /* 116 windows right button */ ++ 0xdd, /* 117 right menu button */ + 0x0, /* 118 */ + 0x0, /* 119 */ + 0x70, /* 120 Hiragana_Katakana */ |