Re: [AD] Allegro 4.4 resize window support |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Hi David,
setting the window state does not work on X yet. However there was
recently a discussion on toggling fullscreen on Linux in Allegro 5 on
this list ("Fullscreen problems on Linux"). This is not so easy to solve
on Linux. When a solution to this problem is found it should be useful
for both Allegro 4 and 5. But since these things are hard we should
maybe concentrate on toggling fullscreen and discard the idea to also
allow maximizing/minimizing etc. These are not really needed as this can
be done by the window manager.
Have you tested set_window_state() on Windows and/or Mac OS X?
BTW, it seems your mails do not appear on the list. I think you have to
be subscribed in order to be able to post.
Cheers,
Tobias
On 08/06/2014 05:06 AM, David Capello wrote:
> Hi Tobias,
>
> You are right, here is the new exresize.c example
>
> - David
>
>
> On Tue, Aug 5, 2014 at 8:25 PM, Tobias Hansen <thansen@xxxxxxxxxx> wrote:
>
>> The newer patch doesn't contain the example program, but adds to the
>> docs that window - fullscreen switching should work with F11 (which is
>> not true in the old exresize.c). I guess you have a newer version of
>> exresize.c? Could you send it (or a pull request)?
>>