added _get_key_map() to get the character map size
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20917 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,10 +27,12 @@
|
||||
#ifndef __INPUT_GLOBALS_H
|
||||
#define __INPUT_GLOBALS_H
|
||||
|
||||
#include <InterfaceDefs.h>
|
||||
#include <SupportDefs.h>
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user