Re: [AD] Multiple window icons |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2012-12-01, at 12:12 AM, Peter Wang <novalazy@xxxxxxxxxx> wrote:
> On Sat, 13 Oct 2012 23:06:05 +1100, Peter Wang <novalazy@xxxxxxxxxx> wrote:
>> On Sat, 13 Oct 2012 12:51:16 +0200, Elias Pschernig <info@xxxxxxxxxx> wrote:
>>> On Sat, 13 Oct 2012 14:56:35 +1100
>>> Peter Wang <novalazy@xxxxxxxxxx> wrote:
>>>
>>>> Hi,
>>>>
>>>> Allegro doesn't support multiple window icons at the moment.
>>>> Here is a possibility:
>>>>
>>>> bool al_set_display_icons(ALLEGRO_DISPLAY *display,
>>>> int num_icons, ALLEGRO_BITMAP *icons[]);
>>>>
>>>> where num_icons >= 1.
>
> Done for X and Windows.
>
> I wonder if we should name it al_set_window_icons, in line with
> al_set_window_title. al_set_display_icon would also be renamed to
> al_set_window_icon plus a compatibility #define (actual function on the
> 5.0 branch).
_window_icons sounds good.