rofi/include/xrmoptions.h

7 lines
144 B
C
Raw Normal View History

#ifndef __XRMOPTIONS_H__
#define __XRMOPTIONS_H__
2014-03-22 20:04:19 +00:00
void parse_xresource_options ( Display *display );
2014-05-19 19:58:13 +00:00
void parse_xresource_free( void );
#endif