*** empty log message ***

This commit is contained in:
Jon Taylor 1999-08-21 22:46:13 +00:00
parent 035e8d0143
commit 14c53fe1d5
5 changed files with 14 additions and 14 deletions

View File

@ -0,0 +1,4 @@
# GGIMesa genkgi helper configuration
.root: @ggi_libdir@/ggi/mesa/default/
tgt-fbdev-kgicon-savage4-mesa kgi/savage4.so

View File

@ -1,4 +1,4 @@
/* $Id: genkgi_visual.c,v 1.2 1999/08/21 22:36:52 jtaylor Exp $
/* $Id: genkgi_visual.c,v 1.3 1999/08/21 22:46:13 jtaylor Exp $
******************************************************************************
genkgi_visual.c: visual handling for the generic KGI helper
@ -59,7 +59,7 @@
//#define MAX_DEV_LEN 63
#define DEFAULT_FBNUM 0
#if 0
static char accel_prefix[] = "tgt-fbdev-kgicon-";
#define PREFIX_LEN (sizeof(accel_prefix))
@ -74,7 +74,7 @@ static accel_info accel_strings[] =
};
#define NUM_ACCELS (sizeof(accel_strings)/sizeof(accel_info))
#endif
/* FIXME: These should be defined in the makefile system */
#define CONF_FILE "/usr/local/etc/ggi/mesa/targets/genkgi.conf"
void *_configHandle;

View File

@ -1,6 +1,4 @@
# GGIMesa fbdev target configuration
.root: @ggi_libdir@/ggi/mesa/default
tgt-fbdev-kgicon-generic-mesa kgi/genkgi.so
# .include /usr/local/etc/ggi/mesa/genkgi.conf
tgt-fbdev-kgicon-generic-mesa genkgi.so

View File

@ -1,9 +1,9 @@
/* $Id: fbdev_mode.c,v 1.1 1999/08/21 05:57:59 jtaylor Exp $
/* $Id: fbdev_mode.c,v 1.2 1999/08/21 22:46:13 jtaylor Exp $
******************************************************************************
display-fbdev-mesa
Copyright (C) 1999 Creative Labs
Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@ -37,7 +37,7 @@
#include <ggi/internal/ggi-dl.h>
#include <ggi/mesa/ggimesa_int.h>
#include <ggi/mesa/display/fbdev.h>
#include <ggi/mesa/display_fbdev.h>
#ifndef MAP_FAILED
#define MAP_FAILED ((void*)-1)

View File

@ -1,11 +1,9 @@
/* $Id: fbdev_visual.c,v 1.1 1999/08/21 05:57:59 jtaylor Exp $
/* $Id: fbdev_visual.c,v 1.2 1999/08/21 22:46:13 jtaylor Exp $
******************************************************************************
display-fbdev-mesa: visual handling
Copyright (C) 1998 Andrew Apted [andrew@ggi-project.org]
Copyright (C) 1999 Marcus Sundberg [marcus@ggi-project.org]
Copyright (C) 1999 Creative Labs
Copyright (C) 1999 Jon Taylor [taylorj@ggi-project.org]
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@ -29,7 +27,7 @@
#include <ggi/internal/ggi-dl.h>
#include <ggi/mesa/ggimesa_int.h>
#include <ggi/mesa/display/fbdev.h>
#include <ggi/mesa/display_fbdev.h>
#include <stdio.h>
#include <stdlib.h>