deb4998ba50060c48cce222fd18a8eed053918d7vboxsync/*
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * $XFree86$
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * Copyright © 2000 SuSE, Inc.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * Permission to use, copy, modify, distribute, and sell this software and its
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * documentation for any purpose is hereby granted without fee, provided that
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * the above copyright notice appear in all copies and that both that
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * copyright notice and this permission notice appear in supporting
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * documentation, and that the name of SuSE not be used in advertising or
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * publicity pertaining to distribution of the software without specific,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * written prior permission. SuSE makes no representations about the
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * suitability of this software for any purpose. It is provided "as is"
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * without express or implied warranty.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * Author: Keith Packard, SuSE, Inc.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync */
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#ifdef HAVE_DIX_CONFIG_H
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#include <dix-config.h>
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#endif
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#ifndef _FB24_32_H_
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#define _FB24_32_H_
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncBool
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncfb24_32FinishScreenInit(ScreenPtr pScreen,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync pointer pbits,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int xsize,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int ysize,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int dpix,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int dpiy,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int width,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int bpp);
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncBool
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncfb24_32ScreenInit(ScreenPtr pScreen,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync pointer pbits,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int xsize,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int ysize,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int dpix,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int dpiy,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int width,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync int bpp);
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#endif