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:
Jérôme Duval
2004-07-27 10:20:33 +00:00
parent 54a69aec44
commit efc2b733e6
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
SubDir OBOS_TOP src prefs keymap ;
UsePrivateHeaders interface ;
AddResources Keymap : Keymap.rdef ;
Preference Keymap :
+1 -2
View File
@@ -18,6 +18,7 @@
#include <string.h>
#include <ByteOrder.h>
#include <File.h>
#include "input_globals.h"
static void
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
status_t