From ebf29ba98852c747e8ac7fb22bb7c3dd0928effe Mon Sep 17 00:00:00 2001 From: Roger Hughston Date: Mon, 5 Nov 2007 22:59:52 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/display/graphicsWindowInputDevice.I | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/display/graphicsWindowInputDevice.I b/panda/src/display/graphicsWindowInputDevice.I index 9a15978aba..0993339bbd 100644 --- a/panda/src/display/graphicsWindowInputDevice.I +++ b/panda/src/display/graphicsWindowInputDevice.I @@ -66,7 +66,7 @@ has_keyboard() const { // Description: Returns the MouseData associated with the input // device's pointer. //////////////////////////////////////////////////////////////////// -INLINE const MouseData &GraphicsWindowInputDevice:: +INLINE const MouseData GraphicsWindowInputDevice:: get_pointer() const { MutexHolder holder(_lock); return _mouse_data; @@ -79,7 +79,7 @@ get_pointer() const { // device's pointer, in raw form (ie, prior to any // pointer_mode interpretation). //////////////////////////////////////////////////////////////////// -INLINE const MouseData &GraphicsWindowInputDevice:: +INLINE const MouseData GraphicsWindowInputDevice:: get_raw_pointer() const { MutexHolder holder(_lock); return _true_mouse_data;