diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-26 04:38:12 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-26 04:38:12 +0000 |
commit | c7e1d31c6aec3a99061c77c4d6f57e2e874e37f1 (patch) | |
tree | 5b9fa3469531ea58e650a25e5d78db764e65e41c /src/atiadjust.c | |
parent | 1beca962ecee5b5c51eb2fb8451fcc2a2ed4b97c (diff) |
Bug #3628: Fix video driver submodule visibility.XORG-6_8_99_13
Diffstat (limited to 'src/atiadjust.c')
-rw-r--r-- | src/atiadjust.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atiadjust.c b/src/atiadjust.c index 3db016d5..587c066d 100644 --- a/src/atiadjust.c +++ b/src/atiadjust.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiadjust.c,v 1.15 2003/04/23 21:51:27 tsi Exp $ */ /* - * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -128,7 +128,7 @@ ATIAdjustPreInit * displayed location in video memory. This is used to implement the virtual * window. */ -void +_X_EXPORT void ATIAdjustFrame ( int scrnIndex, |