Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
jumpnbump
jumpnbump-1.50-handle-SDL-quit-event.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jumpnbump-1.50-handle-SDL-quit-event.diff of Package jumpnbump
From f18a70c85ebce8842da18ac0333b4d6db8f8479f Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt <ansgar-guest@alioth.debian.org> Date: Sat, 13 Dec 2008 15:00:01 +0100 Subject: [PATCH 8/8] handle SDL quit event This patch makes Jump'n'bump quit when pressing the close button or using other means to ask Jump'n'bump to quit (e.g. Alt+F4). See http://bugs.debian.org/487333 --- sdl/interrpt.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sdl/interrpt.c b/sdl/interrpt.c index 91a27ab..d6ab688 100644 --- a/sdl/interrpt.c +++ b/sdl/interrpt.c @@ -419,6 +419,9 @@ int intr_sysupdate() break; } break; + case SDL_QUIT: + deinit_program(); + break; default: break; } -- 1.6.2.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor