bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/8] Add missing functions to input_driver_test.


From: Diego Nieto Cid
Subject: [PATCH 6/8] Add missing functions to input_driver_test.
Date: Wed, 4 Aug 2010 04:20:04 -0300

---
 input_driver_test.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/input_driver_test.c b/input_driver_test.c
index b050b13..6d2394b 100644
--- a/input_driver_test.c
+++ b/input_driver_test.c
@@ -76,6 +76,16 @@ error_t console_switch (int id, int delta)
   return 0;
 }
 
+void console_switch_back(void)
+{
+  puts("Switch back\n");
+}
+
+void console_switch_away(void)
+{
+  puts("Switch away\n");
+}
+
 /* Signal an error to the user.  */
 void console_error (const wchar_t *const err_msg)
 {
-- 
1.7.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]