From d5840b72f9535e303d340cb8f5f164ddb6fc27ee Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2010 14:57:59 +0000 Subject: DINGUX: Attempt to fix the new code for this backend It seems in the gsoc2010-opengl branch, the dingux port was not anymore updated at some point, so some changes that were made in general did not make it till here. This is my attempt to fix at least the most obvious problems, but without being able to compile it, all these changes should be very carefully reviewed. svn-id: r54522 --- backends/platform/dingux/dingux.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/platform/dingux') diff --git a/backends/platform/dingux/dingux.cpp b/backends/platform/dingux/dingux.cpp index e982934fb7..89a403d5ae 100644 --- a/backends/platform/dingux/dingux.cpp +++ b/backends/platform/dingux/dingux.cpp @@ -37,7 +37,6 @@ void OSystem_SDL_Dingux::initBackend() { // Create the graphics manager if (_graphicsManager == 0) { _graphicsManager = new DINGUXSdlGraphicsManager(_eventSource); - ((DINGUXSdlEventSource*)_eventSource)->setCurrentGraphMan((DINGUXSdlGraphicsManager*)_graphicsManager); } // Call parent implementation of this method -- cgit v1.2.3