I hope no one believed that these methods could've really been inlined...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13216 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-06-20 10:33:34 +00:00
parent 61e19def00
commit 3255e7df2c
1 changed files with 4 additions and 3 deletions

View File

@ -1026,7 +1026,7 @@ RootLayer::SetScreenMode(int32 width, int32 height, uint32 colorSpace, float fre
//---------------------------------------------------------------------------
// Input related methods
//---------------------------------------------------------------------------
inline void
void
RootLayer::MouseEventHandler(int32 code, BPrivate::PortLink& msg)
{
switch(code) {
@ -1398,8 +1398,9 @@ fprintf(stderr, "mouse position changed in B_MOUSE_UP (%.1f, %.1f) from last B_M
}
}
inline
void RootLayer::KeyboardEventHandler(int32 code, BPrivate::PortLink& msg)
void
RootLayer::KeyboardEventHandler(int32 code, BPrivate::PortLink& msg)
{
switch(code)