diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
commit | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (patch) | |
tree | e0a23167aca0fb1127f4cd78edf458b633b31eac /include/X11/ConvertI.h | |
parent | 6a13c9e08bb042c81ae904c44a38a50d785c824e (diff) |
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'include/X11/ConvertI.h')
-rw-r--r-- | include/X11/ConvertI.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/X11/ConvertI.h b/include/X11/ConvertI.h index b773b6f..13689ab 100644 --- a/include/X11/ConvertI.h +++ b/include/X11/ConvertI.h @@ -46,6 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +/* $XFree86: xc/lib/Xt/ConvertI.h,v 1.3 2001/12/14 19:56:09 dawes Exp $ */ /* Representation types */ @@ -101,3 +102,5 @@ extern Boolean _XtConvert( #endif ); +void _XtConvertInitialize(void); + |