Last change
on this file was 51223, checked in by vboxsync, 11 years ago |
Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.
|
-
Property svn:eol-style
set to
native
|
File size:
791 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/include/bstore.h,v 1.1 1998/04/05 16:44:25 robin Exp $*/
|
---|
2 | /*
|
---|
3 | * Copyright (c) 1987 by the Regents of the University of California
|
---|
4 | *
|
---|
5 | * Permission to use, copy, modify, and distribute this software and its
|
---|
6 | * documentation for any purpose and without fee is hereby granted, provided
|
---|
7 | * that the above copyright notice appear in all copies. The University of
|
---|
8 | * California makes no representations about the suitability of this software
|
---|
9 | * for any purpose. It is provided "as is" without express or implied
|
---|
10 | * warranty.
|
---|
11 | */
|
---|
12 |
|
---|
13 | /*
|
---|
14 | * Moved here from mi to allow wrapping of lower level backing store functions.
|
---|
15 | * -- 1997.10.27 Marc Aurele La France (tsi@xfree86.org)
|
---|
16 | */
|
---|
17 |
|
---|
18 | #ifndef _BSTORE_H_
|
---|
19 | #define _BSTORE_H_
|
---|
20 |
|
---|
21 | #include "bstorestr.h"
|
---|
22 |
|
---|
23 | #endif /* _BSTORE_H_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.