diff options
| author | James Simmons <jsimmons@maxwell.earthlink.net> | 2002-11-01 01:07:16 -0800 |
|---|---|---|
| committer | James Simmons <jsimmons@maxwell.earthlink.net> | 2002-11-01 01:07:16 -0800 |
| commit | 857361ee2e2f7a5845c3c06bd4ccc1ae30cda3d7 (patch) | |
| tree | 51fae2780ceec8363d40a2346956c298e10ba171 /include/video | |
| parent | 112483d2e231050107ee19a62047daf64968472b (diff) | |
Neomagic and HGA updates. MAde the software accel code modular. So code cleanup in fbcon. More to go.
Diffstat (limited to 'include/video')
| -rw-r--r-- | include/video/neomagic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/neomagic.h b/include/video/neomagic.h index e0b73849bf0a..eec28b762178 100644 --- a/include/video/neomagic.h +++ b/include/video/neomagic.h @@ -176,6 +176,7 @@ struct neofb_par { int lcd_stretch; int internal_display; int external_display; + int libretto; }; typedef struct { |
