_restore_key_map_ implemented. thanks to Jack Burton :)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8485 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
efc2b733e6
commit
0270cafe71
@ -670,3 +670,13 @@ void __set_window_decor(int32 theme)
|
||||
link.Attach<int32>(theme);
|
||||
link.Flush();
|
||||
}
|
||||
|
||||
|
||||
status_t
|
||||
_restore_key_map_()
|
||||
{
|
||||
BMessage message('Iskm');
|
||||
BMessage reply;
|
||||
|
||||
return _control_input_server_(&message, &reply);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user