rofi/include/xrmoptions.h

10 lines
177 B
C
Raw Normal View History

#ifndef __XRMOPTIONS_H__
#define __XRMOPTIONS_H__
2014-05-22 19:56:57 +00:00
2014-03-22 20:04:19 +00:00
void parse_xresource_options ( Display *display );
2014-05-22 08:03:36 +00:00
void parse_xresource_free ( void );
2014-05-22 19:56:57 +00:00
void xresource_dump ( void );
#endif