* Removed the at_kbd_io and AT keyboard stuff; this is now done within the PS/2
driver, and that driver is using the raw_key_info structure as well. * Renamed kb_mouse_driver.h to keyboard_mouse_driver.h. * Minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36267 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2004-2009, Haiku.
|
||||
* Copyright 2004-2010, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -30,9 +30,9 @@
|
||||
#include <String.h>
|
||||
#include <View.h>
|
||||
|
||||
#include "kb_mouse_settings.h"
|
||||
#include "kb_mouse_driver.h"
|
||||
#include "touchpad_settings.h"
|
||||
#include <kb_mouse_settings.h>
|
||||
#include <keyboard_mouse_driver.h>
|
||||
#include <touchpad_settings.h>
|
||||
|
||||
|
||||
#undef TRACE
|
||||
|
||||
Reference in New Issue
Block a user