Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
mirrormagic
mirrormagic-2.0.2-src_events.c.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mirrormagic-2.0.2-src_events.c.patch of Package mirrormagic
--- src/events.c.orig 2001-01-14 17:14:33.000000000 +0100 +++ src/events.c 2014-10-22 15:34:41.549543325 +0200 @@ -135,6 +135,13 @@ HandleClientMessageEvent((ClientMessageEvent *) event); break; +#ifdef TARGET_SDL // hack SDL returns this when toggling fullscreen + case EVENT_FULLSCREENTOGGLE: + if (game_status == SETUP) // redraw the setup screen to update fs status + DrawSetupScreen(); + break; +#endif + default: break; }
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