summaryrefslogtreecommitdiff
path: root/games/chromium/patches/40_sdl_quit.diff
diff options
context:
space:
mode:
Diffstat (limited to 'games/chromium/patches/40_sdl_quit.diff')
-rw-r--r--games/chromium/patches/40_sdl_quit.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/chromium/patches/40_sdl_quit.diff b/games/chromium/patches/40_sdl_quit.diff
deleted file mode 100644
index ade65a6038..0000000000
--- a/games/chromium/patches/40_sdl_quit.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: chromium-0.9.12/src/MainSDL_Event.cpp
-===================================================================
---- chromium-0.9.12.orig/src/MainSDL_Event.cpp 2007-04-06 22:28:46.000000000 +0200
-+++ chromium-0.9.12/src/MainSDL_Event.cpp 2007-04-06 22:29:28.000000000 +0200
-@@ -71,6 +71,8 @@
- case SDL_JOYBUTTONUP:
- joystickButtonUp(event);
- break;
-+ case SDL_QUIT:
-+ return true;
- default:
- break;
- }