Re: [AD] al_set_new_window_position |
[ 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_set_new_window_position
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Wed, 24 Sep 2008 11:34:42 -0400
On 24 Sep 2008, at 10:52, Milan Mimica wrote:
Right. Windows graphic drivers use al_get_new_window_position()
when creating
new windows. So it is implemented.
Ah, good point :)
That's probably a more sensible way to retrieve the information than
by passing it as a parameter, and it means I can implement it on OS X
without too much trouble too. :)
Shouldn't it still use thread local storage rather than static global
variables though?
Evert