/usr/include/xview/window_hs.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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | /* @(#)window_hs.h 20.20 93/06/28 */
/*
* (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.
*/
/* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
* Added 6/91:
* This header file is left here for compatibility only, it will be removed
* in some future release of the toolkit.
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*/
#ifndef xview_window_hs_DEFINED
#define xview_window_hs_DEFINED
/*
* Include this header file to get all sunwindow related header files.
*/
/*
***********************************************************************
* Include Files
***********************************************************************
*/
#include <sys/time.h>
#include <xview/notify.h>
#ifndef pixrect_hs_DEFINED
#define pixrect_hs_DEFINED
/* <pixrect/pixrect_hs.h> without frame buffer variable include files */
#include <sys/types.h>
#include <pixrect/pixrect.h>
#include <pixrect/pr_dblbuf.h>
#include <pixrect/pr_line.h>
#include <pixrect/pr_planegroups.h>
#include <pixrect/pr_util.h>
#include <pixrect/traprop.h>
#ifdef __STDC__
#ifndef CAT
#define CAT(a,b) a ## b
#endif
#endif
#include <pixrect/memvar.h>
#include <pixrect/pixfont.h>
#ifndef XV_OS_SVR4
#include <rasterfile.h>
#endif
#include <pixrect/pr_io.h>
#endif /* pixrect_hs_DEFINED */
#include <xview/rect.h>
#include <xview/rectlist.h>
#include <xview/pixwin.h>
#include <xview/win_struct.h>
#include <xview/win_screen.h>
#include <xview/win_input.h>
#include <xview/win_notify.h>
#endif /* ~xview_window_hs_DEFINED */
|