Last change
on this file since 78293 was 69098, checked in by vboxsync, 7 years ago |
Clean up XFree86 driver header files.
bugref:3810: X11 Guest Additions maintenance
Over the years we have cleaned up the layout in the tree of the X.Org
header files we use to build drivers. The XFree86 ones were still in their
original, rather sub-optimal layout. This change fixes that.
|
-
Property svn:eol-style
set to
native
|
File size:
789 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/include/bstore.h,v 1.2 2001/01/06 20:58:12 tsi 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 ([email protected])
|
---|
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.