| 301 | } |
| 302 | |
| 303 | void WayfireBackground::reset_cycle_timeout() |
| 304 | { |
| 305 | int cycle_timeout = background_cycle_timeout * 1000; |
| 306 | change_bg_conn.disconnect(); |
| 307 | if (images.size()) |
| 308 | { |
| 309 | change_bg_conn = Glib::signal_timeout().connect(sigc::mem_fun( |
| 310 | this, &WayfireBackground::change_background), cycle_timeout); |
| 311 | } |
| 312 | } |
| 313 | |
| 314 | void WayfireBackground::setup_window() |
| 315 | { |
nothing calls this directly
no outgoing calls
no test coverage detected