aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/x48/files/patch-ae
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-08-18 16:44:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-08-18 16:44:39 +0000
commitb7ff70393f6f6a9e098c1fde5216dc01089166bf (patch)
treeae06f3c6ae40148232ff4e9b26644c95edf36814 /emulators/x48/files/patch-ae
parent463ca00a317b34d6144d309b46b2489fbe24b942 (diff)
Update to version 0.4.1
PR: 20651 Submitted by: Ports Fury
Diffstat (limited to 'emulators/x48/files/patch-ae')
-rw-r--r--emulators/x48/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/x48/files/patch-ae b/emulators/x48/files/patch-ae
new file mode 100644
index 000000000000..8e0e422c140a
--- /dev/null
+++ b/emulators/x48/files/patch-ae
@@ -0,0 +1,11 @@
+--- src/x48_x11.c.orig Tue Jun 29 07:12:29 1999
++++ src/x48_x11.c Tue Aug 15 22:30:17 2000
+@@ -3605,6 +3605,8 @@
+ break;
+ case XK_Alt_L:
+ case XK_Alt_R:
++ case XK_Meta_L:
++ case XK_Meta_R:
+ key_event(BUTTON_ALPHA, xev);
+ wake = 1;
+ break;