equal
deleted
inserted
replaced
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 |