Re: [AD] Possible bug with Windows |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> This is a known problem (at least, I knew about it): Allegro cannot (in
> Windows) create a window that is larger than the desktop (the window frame
> and title bar add to the size of the window).
>
> Now, if someone knows of a way to change this behavior, I'm all for it.
The DefWindowProc implementation of WM_GETMINMAXINFO limits the window size
to the desktop resolution. You'd need to modify the allegro WndProc to
handle this message and allow larger sizes.