From e23704de4f9f021d281f06cd45d537c8744c6aca Mon Sep 17 00:00:00 2001 From: Chuck Robey Date: Sat, 3 Aug 1996 22:42:46 +0000 Subject: New port for x11, stars. Could make you dizzy! Submitted by: Michael Searle --- astro/stars/files/patch-aa | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 astro/stars/files/patch-aa (limited to 'astro/stars/files') diff --git a/astro/stars/files/patch-aa b/astro/stars/files/patch-aa new file mode 100644 index 000000000000..a6027ebdcac2 --- /dev/null +++ b/astro/stars/files/patch-aa @@ -0,0 +1,48 @@ +--- main.c.orig Wed Apr 10 06:58:49 1996 ++++ main.c Sat Aug 3 17:51:59 1996 +@@ -241,37 +241,37 @@ + + XQueryKeymap(xgh.display, keys); + +- if(keys[7] & 64) ++ if(keys[3] & 1) + Quit=1; + +- if(keys[12] & 16 && Speed < 20) ++ if(((keys[2] & 32) || (keys[10] & 64) ) && (Speed < 20)) + Speed++; + +- if(keys[12] & 8 && Speed > -20) ++ if( ((keys[2] & 16) || (keys[10] & 4) ) && (Speed > -20)) + Speed--; + + for(l=0; l