[go: up one dir, main page]

Menu

[f2b791]: / src / xrm.h  Maximize  Restore  History

Download this file

19 lines (13 with data), 312 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/* $Id$
* xrm.h
* X Resource manager primitives for scwm
* Copyright (C) 1998-1999 Greg J. Badros and Maciej Stachowiak
*/
#ifndef XRM_H__
#define XRM_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <X11/Xlib.h>
void IntegrateNewResourceManagerProperty(Display *dpy);
#endif /* XRM_H__ */