添加从 Xresources 中读取配置功能
This commit is contained in:
8
src/xres.h
Normal file
8
src/xres.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void xres_init_xrm_db(void);
|
||||
void xres_clean(void);
|
||||
bool xres_get_uint32(const char *name, uint32_t *value);
|
||||
void xres_get_string(const char *name, char **value, const char *fallback);
|
||||
Reference in New Issue
Block a user