hlfw.ca

x9dev

Download patch

ref: c40564c2256b8a323565b48cb55b94094361a103
parent: 775f1994df1adb260d180f948b46678205c55fa5
author: halfwit <michaelmisch1985@gmail.com>
date: Thu Oct 15 04:13:58 PDT 2020

The reference material ended up being mostly useful as is, so attribute it correctly

--- a/keyboard.c
+++ b/keyboard.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Michael Misch <michaelmisch1985@gmail.com> 
+ * Copyright (c) 2008 Federico G. Benavento <benavento@gmail.com>
  * 
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
@@ -20,6 +20,7 @@
  * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
+
 #ifdef HAVE_DIX_CONFIG_H
 #include <dix-config.h>
 #endif
@@ -72,7 +73,7 @@
         }
         n = 0;
     }
-    
+
     if (rune == Kdown)
         rune = 0x99;
     else if (rune & KF)
--- a/mouse.c
+++ b/mouse.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Michael Misch <michaelmisch1985@gmail.com> 
+ * Copyright (c) 2008 Federico G. Benavento <benavento@gmail.com>
  * 
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
@@ -20,6 +20,7 @@
  * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
+
 #ifdef HAVE_DIX_CONFIG_H
 #include <dix-config.h>
 #endif
--- a/screen.c
+++ b/screen.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Michael Misch <michaelmisch1985@gmail.com> 
+ * Copyright (c) 2008 Federico G. Benavento <benavento@gmail.com>
  * 
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
@@ -20,6 +20,7 @@
  * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
+
 #ifdef HAVE_DIX_CONFIG_H
 #include <dix-config.h>
 #endif
--- a/x9dev.c
+++ b/x9dev.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Michael Misch <michaelmisch1985@gmail.com> 
+ * Copyright (c) 2008 Federico G. Benavento <benavento@gmail.com>
  * 
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
--- a/x9dev.h
+++ b/x9dev.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Michael Misch <michaelmisch1985@gmail.com>
+ * Copyright (c) 2008 Federico G. Benavento <benavento@gmail.com>
  * 
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the