Now uses a private header for _restore_key_map_
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8484 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
SubDir OBOS_TOP src prefs keymap ;
|
SubDir OBOS_TOP src prefs keymap ;
|
||||||
|
|
||||||
|
UsePrivateHeaders interface ;
|
||||||
|
|
||||||
AddResources Keymap : Keymap.rdef ;
|
AddResources Keymap : Keymap.rdef ;
|
||||||
|
|
||||||
Preference Keymap :
|
Preference Keymap :
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <ByteOrder.h>
|
#include <ByteOrder.h>
|
||||||
#include <File.h>
|
#include <File.h>
|
||||||
|
#include "input_globals.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_key( char *chars, int32 offset )
|
print_key( char *chars, int32 offset )
|
||||||
@@ -386,8 +387,6 @@ Keymap::GetChars(uint32 keyCode, uint32 modifiers, uint8 activeDeadKey, char** c
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
status_t _restore_key_map_();
|
|
||||||
|
|
||||||
|
|
||||||
// we make our input server use the map in /boot/home/config/settings/Keymap
|
// we make our input server use the map in /boot/home/config/settings/Keymap
|
||||||
status_t
|
status_t
|
||||||
|
|||||||
Reference in New Issue
Block a user