f6e4cbb952
definitions). * Minor cleanup here and there. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22577 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
446 B
C++
19 lines
446 B
C++
/*
|
|
* Copyright 2004-2007, Haiku, Inc. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*/
|
|
#ifndef __INPUT_GLOBALS_H
|
|
#define __INPUT_GLOBALS_H
|
|
|
|
|
|
#include <InterfaceDefs.h>
|
|
#include <SupportDefs.h>
|
|
|
|
class BMessage;
|
|
|
|
status_t _control_input_server_(BMessage *command, BMessage *reply);
|
|
status_t _restore_key_map_();
|
|
void _get_key_map(key_map **map, char **key_buffer, ssize_t *key_buffer_size);
|
|
|
|
#endif // __INPUT_GLOBALS_H
|