--- xine-ui-0.99.3.o/src/xitk/event.c 2004-12-16 17:14:08.000000000 +0100 +++ xine-ui-0.99.3/src/xitk/event.c 2005-03-18 10:10:59.305169688 +0100 @@ -1810,14 +1810,14 @@ snprintf(buffer, sizeof(buffer), "%s/.xine/xine-ui_old_playlist.tox", xine_get_homedir()); mediamark_save_mediamarks(buffer); } - +#if 0 { /* Give focus to the ROOT window, to get C-Tab working */ Window rootwindow, wparent; if((rootwindow = xitk_get_desktop_root_window(gGui->video_display, gGui->video_screen, &wparent)) != None) try_to_set_input_focus(rootwindow); } - +#endif gGui->running = 0; deinit_session();