1997-12-17 12:57:49 +00:00
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
* Copyright 1991-1996 by ORCA Software, Inc. *
|
|
|
|
* *
|
|
|
|
* All rights reserved. May not be reproduced or distributed, in printed or *
|
|
|
|
* electronic form, without permission of ORCA Software, Inc. May not be *
|
|
|
|
* distributed as object code, separately or linked with other object modules, *
|
|
|
|
* without permission. *
|
|
|
|
*******************************************************************************/
|
|
|
|
#define TEMP_BUFFER_SIZE 10000
|
|
|
|
|
|
|
|
extern XinWindowEventHandler xin_teh;
|
|
|
|
extern char *xin_buffer;
|
|
|
|
extern BOOLEAN xin_use_mdi_flag;
|
|
|
|
extern BOOLEAN xin_xvt_initialized;
|
|
|
|
|
2003-04-30 16:10:20 +00:00
|
|
|
XIDLL long XinXvtEventHandler( WINDOW win, EVENT * ep );
|