29 lines
701 B
C
29 lines
701 B
C
#ifndef window_hs_DEFINED
|
|
#define window_hs_DEFINED 1
|
|
/* @(#)window_hs.h 1.1 94/10/31 SMI */
|
|
|
|
/*
|
|
* Copyright (c) 1985 by Sun Microsystems, Inc.
|
|
*/
|
|
|
|
/*
|
|
* Include this header file to get all sunwindow related header files.
|
|
*/
|
|
|
|
#include <sys/time.h>
|
|
#include <pixrect/pixrect_hs.h>
|
|
#include <sunwindow/notify.h>
|
|
#include <sunwindow/rect.h>
|
|
#include <sunwindow/rectlist.h>
|
|
#include <sunwindow/pixwin.h>
|
|
#include <sunwindow/pw_util.h>
|
|
#include <sunwindow/win_struct.h>
|
|
#include <sunwindow/win_environ.h>
|
|
#include <sunwindow/cms.h>
|
|
#include <sunwindow/win_screen.h>
|
|
#include <sunwindow/win_input.h>
|
|
#include <sunwindow/win_cursor.h>
|
|
#include <sunwindow/win_notify.h>
|
|
|
|
#endif window_hs_DEFINED
|