Mercurial > sdl-ios-xcode
annotate BUGS @ 4240:cb44bf8f8a0f SDL-1.2
Fixed bug #719
Mike Blaguszewski 2009-03-23 13:32:22 PDT
Patch to 1.2 HEAD that fixes the issue
Fixes bug in SDL 1.2.13 where clicking on an app's title bar to activate the
app, when cursor capturing is enabled, will cause the window to jump. This is
because SDL's handler for activate events calls a low-level Quartz function to
move the cursor. Calling this when the mouse is down in the title bar confuses
the WindowServer into thinking the title bar has been dragged. The patch defers
processing of activate events in this case.
The bottom line is that CGWarpMouseCursorPosition() is not safe to call when
the mouse in down in a window's title bar.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 23 Sep 2009 07:18:02 +0000 |
parents | 89b0f3d12fe2 |
children |
rev | line source |
---|---|
0 | 1 |
3915
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
2 Bugs are now managed in the SDL bug tracker, here: |
0 | 3 |
3915
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
4 http://bugzilla.libsdl.org/ |
0 | 5 |
3915
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
6 You may report bugs there, and search to see if a given issue has already |
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
7 been reported, discussed, and maybe even fixed. |
0 | 8 |
9 | |
27
a7e598a8d8be
The keyboard modifiers are not set to the correct state on X11 startup.
Sam Lantinga <slouken@lokigames.com>
parents:
21
diff
changeset
|
10 |
3915
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
11 You may also find help at the SDL mailing list. Subscription information: |
0 | 12 |
3915
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
13 http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org |
250
74a8f672f2f8
Added support for building SDL for EPOC/SymbianOS 6.0 (thanks Hannu!)
Sam Lantinga <slouken@libsdl.org>
parents:
172
diff
changeset
|
14 |
3915
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
15 Bug reports are welcome here, but we really appreciate if you use Bugzilla, as |
89b0f3d12fe2
Removed the contents of the BUGS file, as most (all?) of the issues were
Ryan C. Gordon <icculus@icculus.org>
parents:
3888
diff
changeset
|
16 bugs discussed on the mailing list may be forgotten or missed. |
0 | 17 |
27
a7e598a8d8be
The keyboard modifiers are not set to the correct state on X11 startup.
Sam Lantinga <slouken@lokigames.com>
parents:
21
diff
changeset
|
18 |