diff src/video/x11/SDL_x11mouse.c @ 3777:54d08ecec1cb gsoc2008_manymouse

Sharpened code looks and a minor events upgrade
author Szymon Wilczek <kazeuser@gmail.com>
date Wed, 06 Aug 2008 09:29:32 +0000
parents e5011833348a
children
line wrap: on
line diff
--- a/src/video/x11/SDL_x11mouse.c	Wed Aug 06 08:48:43 2008 +0000
+++ b/src/video/x11/SDL_x11mouse.c	Wed Aug 06 09:29:32 2008 +0000
@@ -59,7 +59,7 @@
                     if(!newDevices)
                     {
                         SDL_OutOfMemory();
-                        return -1;
+                        return;
                     }
                     SDL_XDevices=newDevices;
                     SDL_XDevices[index]=XOpenDevice(data->display,DevList[i].id);