Re: [AD] al_get_num_display_modes and al_get_display_mode |
[ 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: Re: [AD] al_get_num_display_modes and al_get_display_mode
- From: Angelo Mottola <a.mottola@xxxxxxxxxx>
- Date: Fri, 20 Mar 2009 23:43:30 +0100
>> Is there enough information to work out how to implement it for other
>> platforms (OS X being what I'm thinking of)?
>>
>
> Yes, the functions are fully documented. Not sure how to implement them
> for OSX though.
I just added support for OSX; al_get_num_display_modes() needs to be
called at least once before calling al_get_display_mode(), as in the
X11 driver (the former stores a list of available modes in a static
_AL_VECTOR for later use).
Angelo