Update inline documentation to reflect the removal of the strlength field

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12019 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2005-03-26 10:40:13 +00:00
parent 61c1519f03
commit 2f45e7ed71
+5 -12
View File
@@ -1234,10 +1234,8 @@ void RootLayer::KeyboardEventHandler(int32 code, BPortLink& msg)
// 4) int32 repeat count // 4) int32 repeat count
// 5) int32 modifiers // 5) int32 modifiers
// 6) int8[3] UTF-8 data generated // 6) int8[3] UTF-8 data generated
// 7) int8 number of bytes to follow containing the // 7) Character string generated by the keystroke
// generated string // 8) int8[16] state of all keys
// 8) Character string generated by the keystroke
// 9) int8[16] state of all keys
bigtime_t time; bigtime_t time;
int32 scancode, modifiers; int32 scancode, modifiers;
@@ -1433,10 +1431,8 @@ void RootLayer::KeyboardEventHandler(int32 code, BPortLink& msg)
// 3) int32 modifier-independent ASCII code for the character // 3) int32 modifier-independent ASCII code for the character
// 4) int32 modifiers // 4) int32 modifiers
// 5) int8[3] UTF-8 data generated // 5) int8[3] UTF-8 data generated
// 6) int8 number of bytes to follow containing the // 6) Character string generated by the keystroke
// generated string // 7) int8[16] state of all keys
// 7) Character string generated by the keystroke
// 8) int8[16] state of all keys
bigtime_t time; bigtime_t time;
int32 scancode, modifiers; int32 scancode, modifiers;
@@ -1567,10 +1563,7 @@ void RootLayer::KeyboardEventHandler(int32 code, BPortLink& msg)
STRACE(("Unmapped Key Up: 0x%lx\n",scancode)); STRACE(("Unmapped Key Up: 0x%lx\n",scancode));
Workspace *ws=ActiveWorkspace(); if(FocusWinBorder())
WinBorder *target=ws->Focus();
if(target)
{ {
ServerWindow *win = FocusWinBorder()->Window(); ServerWindow *win = FocusWinBorder()->Window();
if(win) if(win)