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:
367 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86ExtInit.h,v 3.6 1996/12/23 06:43:25 dawes Exp $ */
|
---|
2 |
|
---|
3 |
|
---|
4 |
|
---|
5 |
|
---|
6 |
|
---|
7 | /* $XConsortium: xf86ExtInit.h /main/6 1996/02/21 17:38:17 kaleb $ */
|
---|
8 |
|
---|
9 | /* Hack to avoid multiple versions of dixfonts in vga{2,16}misc.o */
|
---|
10 | #ifndef LBX
|
---|
11 | extern void LbxFreeFontTag(
|
---|
12 | #if NeedFunctionPrototypes
|
---|
13 | void
|
---|
14 | #endif
|
---|
15 | );
|
---|
16 | void LbxFreeFontTag() {}
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.