This file is indexed.

/usr/include/xview/xv_xrect.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
/*      @(#)xv_xrect.h 1.14 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.
 */

#ifndef _xv_xrect_h_already_included
#define _xv_xrect_h_already_included
#include <X11/Xlib.h>

/*
 * To enable applications to get the current clipping list
 * for direct X graphics.
 */
#define XV_MAX_XRECTS 32
typedef struct {
        XRectangle      rect_array[XV_MAX_XRECTS];
        int             count;
} Xv_xrectlist;

#endif /* _xv_xrect_h_already_included */