1use fltk::window::Window; 2 3pub fn activate_window(_window: &Window) { 4 // this doesn't seem to be needed under linux, at least not in my xmonad setup 5 // TODO: check if the window is correctly focused when using floating window managers 6}