comparison BUGS @ 931:abe872771687

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 20 Aug 2004 19:42:44 +0000
parents 6f4fe7f2063b
children 9867f3d86e44
comparison
equal deleted inserted replaced
930:02759105b989 931:abe872771687
85 SDL_WM_GrabInput() is implemented, but it "freezes" the hardware 85 SDL_WM_GrabInput() is implemented, but it "freezes" the hardware
86 cursor in the center of the window/screen. Also, mouse moved events 86 cursor in the center of the window/screen. Also, mouse moved events
87 are not generated, and the keyboard cannot be grabbed. 87 are not generated, and the keyboard cannot be grabbed.
88 88
89 MacOS X seems to have a broken pthread_cancel() implementation. 89 MacOS X seems to have a broken pthread_cancel() implementation.
90 Actually, it just only has one cancellation point defined.
91 http://lists.apple.com/archives/darwin-development/2004/Jun/24/killingapthread.001.txt
90 92
91 FreeBSD: 93 FreeBSD:
92 pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't 94 pthread_cancel() isn't supported by FreeBSD 3.X, so threads don't
93 work on versions of FreeBSD earlier than 4.0. 95 work on versions of FreeBSD earlier than 4.0.
94 96