Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtstyle / Dtwm.h
1 /* $XConsortium: Dtwm.h /main/4 1995/10/30 13:09:24 rswiston $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        Screen.h
6  **
7  **   Project:     DT 3.0
8  **
9  **  This file contains function definitions for the corresponding .c
10  **  file
11  **
12  **
13  **  (c) Copyright Hewlett-Packard Company, 1990.  
14  **
15  **
16  **
17  ****************************************************************************
18  ************************************<+>*************************************/
19 #ifndef _screen_h
20 #define _screen_h
21
22 /* External Interface */
23
24
25 extern void popup_dtwmBB( Widget shell) ;
26 extern void restoreDtwm( Widget shell, XrmDatabase db) ;
27 extern void saveDtwm( int fd) ;
28
29
30 #endif /* _screen_h */
31 /* DON'T ADD ANYTHING AFTER THIS #endif */