FreeBSD Bugzilla – Attachment 109135 Details for
Bug 150090
[patch] devel/sdl12: Mouse clicking doesn't work with sdl 1.2.14
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 681 bytes, created by
Ilia Skalozubov
on 2010-08-29 19:00:30 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ilia Skalozubov
Created:
2010-08-29 19:00:30 UTC
Size:
681 bytes
patch
obsolete
>--- src/video/x11/SDL_x11events.c.orig 2010-08-29 20:13:12.455316094 +0300 >+++ src/video/x11/SDL_x11events.c 2010-08-29 20:14:46.875763077 +0300 >@@ -441,8 +441,10 @@ > if ( xevent.xcrossing.mode == NotifyUngrab ) > printf("Mode: NotifyUngrab\n"); > #endif >- if ( xevent.xcrossing.detail != NotifyInferior ) { >- if ( this->input_grab == SDL_GRAB_OFF ) { >+ if ( (xevent.xcrossing.mode != NotifyGrab) && >+ (xevent.xcrossing.mode != NotifyUngrab) && >+ (xevent.xcrossing.detail != NotifyInferior) ) { >+ if ( this->input_grab == SDL_GRAB_OFF ) { > posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS); > } else { > posted = SDL_PrivateMouseMotion(0, 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 150090
: 109135