Ticket #579 (new WIP - file(s) attached)
Opened 3 years ago
Last modified 6 months ago
Keyboard does not work
| Reported by: | pulkomandy | Owned by: | scottmc |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | media-libs/allegro | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
I built several Allegro games, and can't get the keyboard working.
Attachments
Change History
Changed 3 years ago by pulkomandy
- attachment bkeyapi.patch added
comment:1 Changed 3 years ago by pulkomandy
Problem is related to http://dev.haiku-os.org/ticket/7963
Allegro was patched to accept this function returning 0. Since this value isn't very meaningful anyway, I removed the check. Tried to create an upstream bug but sourceforge bug tracker seems to be in trouble with both Web+ and BeZilla?. If someone else wants to forward the patch...
comment:2 Changed 6 months ago by scottmc
- Owner changed from pulkomandy to scottmc
Allegro is now using git on sourceforge: http://sourceforge.net/p/alleg/allegro/ci/4.4/tree/src/beos/bkeyapi.cpp
This should be retested on a recent Haiku noghtly and if the patch is still needed and fixes the issue, then it should be upstreamed.
comment:3 Changed 6 months ago by scottmc
- Type changed from defect to WIP - file(s) attached

Remove useless keyboard_id check