24 lines
588 B
C
24 lines
588 B
C
/* $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);
|
|
|