Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
23
cde/programs/dtsession/OWsync.h
Normal file
23
cde/programs/dtsession/OWsync.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/* $XConsortium: OWsync.h /main/2 1996/05/08 20:11:18 drk $ */
|
||||
/*******************************************************************************
|
||||
**
|
||||
** OWsync.h
|
||||
**
|
||||
** Defines functions to synchronize CDE and OpenWindows resources.
|
||||
**
|
||||
** Copyright 1995 Sun Microsystems, Inc. All rights reserved.
|
||||
**
|
||||
*******************************************************************************/
|
||||
|
||||
/*
|
||||
* External function declarations
|
||||
*/
|
||||
|
||||
extern void OWsyncColorResources(
|
||||
Display * display,
|
||||
int monitorType,
|
||||
ColorSet * colors);
|
||||
|
||||
extern void OWsyncLocaleResources(
|
||||
Display * display);
|
||||
|
||||
Reference in New Issue
Block a user