Index: [thread] [date] [subject] [author]
  From: Matthias Abraham <matthias.abraham@wolfson.oxford.ac.uk>
  To  : ggi-develop <ggi-develop@eskimo.com>
  Date: Wed, 17 Feb 1999 21:19:28 +0000

Inconsistency in mode.c (SVGALIB)

I found the following inconsistency while building GGI under SuSE Linux
6.0 (Kernel 2.2.1).

The GGI_svga_flush() function in lib/libggi/display/svgalib/mode.c has
an incorrect declaration

int GGI_svga_flush(ggi_visual *vis, int tryflag)

The prototype in lib/libggi/include/ggi/display/svgalib.h reads as

ggifunc_flush  GGI_svga_flush;

which expands to (lib/libggi/include/ggi/internal/dltypes.h)

int GGI_svga_flush(struct ggi_visual *vis, int x, int y, int w, int h,
int tryflag);


Matt.


  ------------------------------------------------------------------------

Matthias Abraham
Department of Materials, University of Oxford
matthias.abraham@materials.ox.ac.uk


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