Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Wed, 9 Sep 1998 17:43:55 +1000

Re: fbset error with KGI-framebuffer

Marcus writes:

>  Andrew Apted wrote:
>  > ENOENT means "KGI driver cannot do the mode",
>  
>  No it doesn't. ENOENT means "No such file or directory", and it's
>  pretty stupid to return it in this case.
>  I've changed it to the more apropriate EINVAL.

I used it because there was no EMODENOTSUPPORTED in errno.h :-)   Now we
won't know who refused the mode (fbcon-kgi.c or the KGI driver) :-(

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]