Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259866 Details for
Bug 351672
games-arcade/xrick: fix joystick usage and and fullscreen behavior
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes freezing on exit when joustick in enabled
xrick-021212-exit.patch (text/plain), 702 bytes, created by
Vitaly Minko
on 2011-01-14 17:21:48 UTC
(
hide
)
Description:
Fixes freezing on exit when joustick in enabled
Filename:
MIME Type:
Creator:
Vitaly Minko
Created:
2011-01-14 17:21:48 UTC
Size:
702 bytes
patch
obsolete
>diff -ur xrick-021212/src/sysjoy.c xrick-021212.patched/src/sysjoy.c >--- xrick-021212/src/sysjoy.c 2010-10-23 00:33:33.000000000 +0400 >+++ xrick-021212.patched/src/sysjoy.c 2010-10-23 00:42:25.000000000 +0400 >@@ -56,6 +56,7 @@ > { > if (j) > SDL_JoystickClose(j); >+ j = NULL; > } > > #endif /* ENABLE_JOYSTICK */ >diff -ur xrick-021212/src/xrick.c xrick-021212.patched/src/xrick.c >--- xrick-021212/src/xrick.c 2010-10-23 00:33:33.000000000 +0400 >+++ xrick-021212.patched/src/xrick.c 2010-10-23 00:40:47.000000000 +0400 >@@ -29,7 +29,7 @@ > data_setpath("/usr/games/lib/xrick/data.zip"); > game_run(); > data_closepath(); >- sys_shutdown(); >+ /* sys_shutdown is called via atexit */ > return 0; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 351672
:
259864
| 259866 |
259868