Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-05-18 08:30:27

0001 /*
0002  * tkUnixInt.h --
0003  *
0004  *  This file contains declarations that are shared among the
0005  *  UNIX-specific parts of Tk but aren't used by the rest of Tk.
0006  *
0007  * Copyright (c) 1995-1997 Sun Microsystems, Inc.
0008  *
0009  * See the file "license.terms" for information on usage and redistribution of
0010  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
0011  */
0012 
0013 #ifndef _TKUNIXINT
0014 #define _TKUNIXINT
0015 
0016 #ifndef _TKINT
0017 #include "tkInt.h"
0018 #endif
0019 
0020 /*
0021  * Prototypes for procedures that are referenced in files other than the ones
0022  * they're defined in.
0023  */
0024 
0025 #include "tkIntPlatDecls.h"
0026 
0027 #endif /* _TKUNIXINT */
0028 
0029 /*
0030  * Local Variables:
0031  * mode: c
0032  * c-basic-offset: 4
0033  * fill-column: 78
0034  * End:
0035  */