refactor both i3-nagbar starts into src/util.c
With this change, libev >= 4 is a hard dependency. It should be present in all major linux distributions (even the latest ubuntu LTS).
This commit is contained in:
@ -355,4 +355,10 @@ xcb_visualtype_t *get_visualtype(xcb_screen_t *screen);
|
||||
*/
|
||||
bool is_debug_build() __attribute__((const));
|
||||
|
||||
/**
|
||||
* Returns the name of a temporary file with the specified prefix.
|
||||
*
|
||||
*/
|
||||
char *get_process_filename(const char *prefix);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user