Index: [thread] [date] [subject] [author]
  From: Aaron Van Couwenberghe <vanco@sonic.net>
  To  : ggi-develop@eskimo.com
  Date: Fri, 12 Mar 1999 18:42:33 -0800

Re: Segfault on ggiCheckGraphMode

On Fri, Mar 12, 1999 at 06:34:05PM -0800, Aaron Van Couwenberghe wrote:
> Hi all-
> 
> 	I'm getting a segfault whenever I try to invoke ggiCheckGraphMode.
> Can someone help me figure out what I've done wrong? Here is the relevant
> code:
> 
>   ggi_visual_t vis;
>   ggi_mode *m;
>   
>   ggiInit();
>   ggiOpen(NULL);
> 
>   printf( "Checking Mode\n" );
>   r = ggiCheckGraphMode( vis, 640, 480, GGI_AUTO, GGI_AUTO, GT_AUTO, m );

Geez, I'm embarassed now. Sorry, I saw my problem right after I posted.

-- 
..Aaron Van Couwenberghe... ..vanco@sonic.net.. ..aaronv@debian.org....
	Berlin:			http://www.berlin-consortium.org
	Debian GNU/Linux:	http://www.debian.org

"...Nothing astonishes men so much as common sense and plain dealing..."
	-- Ralph Waldo Emerson

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