From 3255e7df2c8a5beedaf8ddc9aab0bc502a55793b Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Mon, 20 Jun 2005 10:33:34 +0000 Subject: [PATCH] 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 --- src/servers/app/RootLayer.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/servers/app/RootLayer.cpp b/src/servers/app/RootLayer.cpp index 36fd975e34..603cc3f821 100644 --- a/src/servers/app/RootLayer.cpp +++ b/src/servers/app/RootLayer.cpp @@ -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)