* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
* Copyright (c) 2001-2008, Haiku, Inc.
|
||||
* Distributed under the terms of the MIT license.
|
||||
*
|
||||
* Author: Marc Flerackers ([email protected])
|
||||
* Description: Functions and class to manage input devices.
|
||||
* Authors:
|
||||
* Marc Flerackers ([email protected])
|
||||
*/
|
||||
|
||||
//! Functions and class to manage input devices.
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <new>
|
||||
@@ -208,8 +210,7 @@ BInputDevice::Stop(input_device_type type)
|
||||
|
||||
|
||||
status_t
|
||||
BInputDevice::Control(input_device_type type, uint32 code,
|
||||
BMessage *message)
|
||||
BInputDevice::Control(input_device_type type, uint32 code, BMessage *message)
|
||||
{
|
||||
BMessage command(IS_CONTROL_DEVICES);
|
||||
BMessage reply;
|
||||
|
||||
Reference in New Issue
Block a user