| 73 | } |
| 74 | |
| 75 | bool WayfireShellApp::parse_cssfile(const Glib::ustring & option_name, |
| 76 | const Glib::ustring & value, bool has_value) |
| 77 | { |
| 78 | std::cout << "Using custom css directory " << value << std::endl; |
| 79 | cmdline_css = value; |
| 80 | return true; |
| 81 | } |
| 82 | |
| 83 | #define INOT_BUF_SIZE (1024 * sizeof(inotify_event)) |
| 84 | char buf[INOT_BUF_SIZE]; |
nothing calls this directly
no outgoing calls
no test coverage detected