Re: [AD] Docs and set_gfx_mode |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Elias Pschernig wrote:
Well, and there's a reason: It's not documented
$ grep --line-number "ALLEGRO_VRAM_SINGLE_SURFACE" docs/txt/allegro.txt
8833:ALLEGRO_VRAM_SINGLE_SURFACE
The docs have:
ALLEGRO_VRAM_SINGLE_SURFACE
Defined if the screen is a single large surface that is then
partitioned into multiple video sub-bitmaps (eg. DOS), rather than
each video bitmap being a totally unique entity (eg. Windows).
I also think 'DOS' can be replaced with 'everything not Windows' (unless
OSX doesn't use it, too).