diff --git a/rust-polytreewm/src/xbase.rs b/rust-polytreewm/src/xbase.rs index bb312ad..b9c8063 100644 --- a/rust-polytreewm/src/xbase.rs +++ b/rust-polytreewm/src/xbase.rs @@ -78,5 +78,7 @@ unsafe extern "C" fn x_error_wm_check( _display: *mut Display, _x_error_event: *mut xlib::XErrorEvent, ) -> c_int { - panic!("another window manager is already running"); + // FIXME: + // panic!("another window manager is already running"); + 0 }