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:
@@ -1026,7 +1026,7 @@ RootLayer::SetScreenMode(int32 width, int32 height, uint32 colorSpace, float fre
|
|||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
// Input related methods
|
// Input related methods
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
inline void
|
void
|
||||||
RootLayer::MouseEventHandler(int32 code, BPrivate::PortLink& msg)
|
RootLayer::MouseEventHandler(int32 code, BPrivate::PortLink& msg)
|
||||||
{
|
{
|
||||||
switch(code) {
|
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)
|
switch(code)
|
||||||
|
|||||||
Reference in New Issue
Block a user