Ignore this one one... will rework it
---
Christian Gmeiner, MSc

2012/8/31 Christian Gmeiner <[email protected]>:
> Make use of geodevga_set_mode().
> ---
>  vgasrc/vgahw.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/vgasrc/vgahw.h b/vgasrc/vgahw.h
> index 044cd32..43cfaee 100644
> --- a/vgasrc/vgahw.h
> +++ b/vgasrc/vgahw.h
> @@ -22,6 +22,8 @@ static inline int vgahw_set_mode(struct vgamode_s
> *vmode_g, int flags) {
>          return clext_set_mode(vmode_g, flags);
>      if (CONFIG_VGA_BOCHS)
>          return bochsvga_set_mode(vmode_g, flags);
> +    if (CONFIG_VGA_GEODELX)
> +        return geodevga_set_mode(vmode_g, flags);
>      return stdvga_set_mode(vmode_g, flags);
>  }
>
> --
> 1.7.11.rc2.5.g68f532f
>

_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to