Add XRESOURCES_RELOAD_PATCH
This commit is contained in:
parent
ec513b230a
commit
540a923fb9
4 changed files with 43 additions and 4 deletions
|
|
@ -14,4 +14,8 @@ typedef struct {
|
|||
} ResourcePref;
|
||||
|
||||
int resource_load(XrmDatabase, char *, enum resource_type, void *);
|
||||
void config_init(void);
|
||||
#if XRESOURCES_RELOAD_PATCH
|
||||
void config_init(Display *dpy);
|
||||
#else
|
||||
void config_init(void);
|
||||
#endif // XRESOURCES_RELOAD_PATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue