Style fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37752 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
45a167a94d
commit
924b42436f
@ -406,8 +406,8 @@ void GlutWindow::KeyDown(const char *s, int32 slen)
|
||||
|
||||
BPoint p;
|
||||
|
||||
if (ignoreKeyRepeat &&
|
||||
Window()->CurrentMessage()->FindInt32("be:key_repeat") > 0)
|
||||
if (ignoreKeyRepeat
|
||||
&& Window()->CurrentMessage()->FindInt32("be:key_repeat") > 0)
|
||||
return;
|
||||
|
||||
switch (aChar) {
|
||||
|
Loading…
Reference in New Issue
Block a user