[AD] Missing system vtable entries on OS X |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: [AD] Missing system vtable entries on OS X
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Wed, 27 Jan 2010 21:03:38 -0500
The following vtable entries are blank in the OS X system vtable, leading to crashes when the top-level functions are called:
get_num_display_formats
get_display_format_option
set_new_display_format
How should these functions be implemented?
I had a look at the iphone port, but that doesn't really help me because I don't see where it queries the actual modes that can be set.
Evert