_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:
@@ -670,3 +670,13 @@ void __set_window_decor(int32 theme)
|
|||||||
link.Attach<int32>(theme);
|
link.Attach<int32>(theme);
|
||||||
link.Flush();
|
link.Flush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
status_t
|
||||||
|
_restore_key_map_()
|
||||||
|
{
|
||||||
|
BMessage message('Iskm');
|
||||||
|
BMessage reply;
|
||||||
|
|
||||||
|
return _control_input_server_(&message, &reply);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user