/usr/include/xview/text.h is in xviewg-dev 3.2p1.4-28.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | /* @(#)text.h 20.13 93/06/28 SMI */
/*
* (c) Copyright 1989 Sun Microsystems, Inc. Sun design patents
* pending in the U.S. and foreign countries. See LEGAL NOTICE
* file for terms of the license.
*/
/*
* The entire contents of this file are for
* SunView 1 compatibility only -- THIS IS GOING AWAY
*/
#ifndef xview_text_DEFINED
#define xview_text_DEFINED
/*
***********************************************************************
* Include Files
***********************************************************************
*/
#include <xview/textsw.h>
/*
***********************************************************************
* Definitions and Macros
***********************************************************************
*/
#define TEXT_TYPE ATTR_PKG_TEXTSW
#define TEXT textsw_window_object, WIN_COMPATIBILITY
/*
***********************************************************************
* Typedefs
***********************************************************************
*/
typedef Textsw Text;
#endif /* ~xview_text_DEFINED */
|