| Summary: | SDL_BeApp not compiled for Haiku | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Axel Dörfler <axeld> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | Other | ||
| OS: | Haiku | ||
| Attachments: |
Include SDL_BeApp in Haiku build
__HAIKU__ vs. __BEOS__ patch |
||
This is now hg changeset c18daa241a02, thanks! Should we make this change to the __BEOS__ check in src/events/SDL_sysevents.h, too? --ryan. Yes, indeed, that should be done, too. Should the BeOS specific things be removed? While Haiku is backwards compatible, it doesn't mean that the code now will still run on BeOS, although it probably does not hurt to keep it. Created attachment 1122 [details]
__HAIKU__ vs. __BEOS__ patch
The attached patch solves another case of a missing __HAIKU__ in src/events/SDL_sysevents.h, and also fixes a comment in src/SDL.c.
Fixed in hg changeset ff228f955a48, thanks! --ryan. |
Created attachment 1082 [details] Include SDL_BeApp in Haiku build Haiku does not define __BEOS__ anymore, only __HAIKU__. This fixes linking SDL applications under Haiku.