Changed a comment
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -368,8 +368,10 @@ BMenu::AttachedToWindow()
|
|||||||
|
|
||||||
// TODO: Move into init_interface_kit().
|
// TODO: Move into init_interface_kit().
|
||||||
// Currently we can't do that, as get_key_map() blocks forever
|
// Currently we can't do that, as get_key_map() blocks forever
|
||||||
// when called there. Probably because the BApplication isn't yet
|
// when called on input_server initialization, since it tries
|
||||||
// initialized, or running.
|
// to send a synchronous message to itself (input_server is
|
||||||
|
// a BApplication)
|
||||||
|
|
||||||
BMenu::sAltAsCommandKey = true;
|
BMenu::sAltAsCommandKey = true;
|
||||||
key_map* keys = NULL;
|
key_map* keys = NULL;
|
||||||
char* chars = NULL;
|
char* chars = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user