From 2acfb68eb6df7013a7d0e17e46fca2ec7461c0f4 Mon Sep 17 00:00:00 2001 From: Roger Hughston Date: Mon, 5 Nov 2007 23:01:41 +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 0993339bbd..3d041a32c5 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 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 MouseData GraphicsWindowInputDevice:: get_raw_pointer() const { MutexHolder holder(_lock); return _true_mouse_data;