1
0
Fork 0

Canvas: Fix warning and rename file.

This commit is contained in:
Thomas Geymayer 2012-08-01 10:56:07 +02:00
parent 766014883c
commit e980178213
4 changed files with 21 additions and 21 deletions

View file

@ -24,8 +24,9 @@
namespace canvas
{
struct MouseEvent
class MouseEvent
{
public:
typedef osgGA::GUIEventAdapter::EventType EventType;
typedef osgGA::GUIEventAdapter::ScrollingMotion Scroll;

View file

@ -18,8 +18,8 @@
#include "canvas.hxx"
#include "elements/group.hxx"
#include "mouse_event.hxx"
#include <Canvas/MouseEvent.hxx>
#include <Canvas/property_helper.hxx>
#include <Main/globals.hxx>
#include <Viewer/CameraGroup.hxx>

View file

@ -17,7 +17,6 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "gui_mgr.hxx"
#include "mouse_event.hxx"
#include <Canvas/window.hxx>
#include <Canvas/canvas.hxx>

View file

@ -19,9 +19,9 @@
#ifndef CANVAS_WINDOW_HXX_
#define CANVAS_WINDOW_HXX_
#include "mouse_event.hxx"
#include "property_based_element.hxx"
#include "rect.hxx"
#include <Canvas/MouseEvent.hxx>
#include <simgear/props/propertyObject.hxx>