xserver-multidpi/mi/mibstore.h

26 lines
707 B
C
Raw Normal View History

2003-11-14 16:54:54 +01:00
/*-
* mibstore.h --
* Header file for users of the MI backing-store scheme.
*
* Copyright (c) 1987 by the Regents of the University of California
*
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby granted, provided that the above copyright
* notice appear in all copies. The University of California
* makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without
* express or implied warranty.
*/
#ifndef _MIBSTORE_H
#define _MIBSTORE_H
2003-11-14 17:49:22 +01:00
#include "screenint.h"
2003-11-14 16:54:54 +01:00
extern void miInitializeBackingStore(
2003-11-14 17:49:22 +01:00
ScreenPtr /*pScreen*/
2003-11-14 16:54:54 +01:00
);
#endif /* _MIBSTORE_H */