From ed54ea9155961d8ca5d5fb3c7777fc57a29f2751 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 17 Mar 2007 19:02:05 +0000 Subject: Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 --- backends/platform/x11/x11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/x11/x11.h') diff --git a/backends/platform/x11/x11.h b/backends/platform/x11/x11.h index ba29bc7eab..3a46a3f793 100644 --- a/backends/platform/x11/x11.h +++ b/backends/platform/x11/x11.h @@ -88,7 +88,7 @@ public: // Get the next event. // Returns true if an event was retrieved. - bool pollEvent(Event &event); + bool pollEvent(Common::Event &event); // Set function that generates samples bool setSoundCallback(SoundProc proc, void *param); -- cgit v1.2.3